Class CursorPlane
CursorPlane
Inheritance
System.Object
CursorPlane
Namespace: Telerik.Windows.Documents.UI.Adorner
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CursorPlane : UserControl, ICursor, IComponentConnector
Constructors
CursorPlane()
Declaration
public CursorPlane()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
SetAngle(Double)
Declaration
public void SetAngle(double angleDegrees)
Parameters
System.Double
angleDegrees
|
Implements
SetPos(Double, Double)
Declaration
public void SetPos(double x, double y)
Parameters
System.Double
x
|
System.Double
y
|
Implements
SetSystemCursorElement(FrameworkElement)
Sets the element used to display system cursors
Declaration
public void SetSystemCursorElement(FrameworkElement element)
Parameters
System.Windows.FrameworkElement
element
|