ClassCursorPlane
Class
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:
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
The angle, in degrees, to set for the cursor plane.
Implements
SetPos(double, double)
Sets the position of the cursor in the cursor plane.
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
The type of cursor to be displayed.
Implements