Interface
ICursor

Represents the interface for a cursor in the Telerik UI adorner framework.

Definition

Namespace:Telerik.Windows.Documents.UI.Adorner

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface ICursor

Methods

SetAngle(double)

Sets the angle of the cursor for

Declaration

cs-api-definition
void SetAngle(double angleDegrees)

Parameters

angleDegrees

double

SetPos(double, double)

Sets the position of the cursor relative to the cursor plane, that holds all adorner controls as well No-op for system cursors, which always follow the mouse

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Pos")]
void SetPos(double x, double y)

Parameters

x

double

y

double

Show(CursorType)

Shows the specified cursor type. CursorType==None draws no cursor

Declaration

cs-api-definition
void Show(CursorType type)

Parameters

type

CursorType

the type of the cursor to show