Class
CursorPlane

CursorPlane

Definition

Namespace:Telerik.Windows.Documents.UI.Adorner

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class CursorPlane : UserControl, ICursor, IComponentConnector

Inheritance: objectCursorPlane

Implements: IComponentConnectorICursor

Constructors

CursorPlane()

Declaration

cs-api-definition
public CursorPlane()

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

SetAngle(double)

Sets the angle of the cursor plane.

Declaration

cs-api-definition
public void SetAngle(double angleDegrees)

Parameters

angleDegrees

double

The angle, in degrees, to set for the cursor plane.

Implements ICursor.SetAngle(double)

SetPos(double, double)

Sets the position of the cursor in the cursor plane.

Declaration

cs-api-definition
public void SetPos(double x, double y)

Parameters

x

double

The X-coordinate of the cursor position.

y

double

The Y-coordinate of the cursor position.

Implements ICursor.SetPos(double, double)

SetSystemCursorElement(FrameworkElement)

Sets the element used to display system cursors

Declaration

cs-api-definition
public void SetSystemCursorElement(FrameworkElement element)

Parameters

element

FrameworkElement

Show(CursorType)

Displays the cursor plane of the adorner based on the specified cursor type.

Declaration

cs-api-definition
public void Show(CursorType type)

Parameters

type

CursorType

The type of cursor to be displayed.

Implements ICursor.Show(CursorType)