CursorPlane
Class
CursorPlane
Definition
Namespace:Telerik.Windows.Documents.UI.Adorner
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class CursorPlane : UserControl, ICursor, IComponentConnector
Inheritance: objectCursorPlane
Implements:
Constructors
C#
public CursorPlane()
Methods
InitializeComponent
C#
public void InitializeComponent()
Sets the angle of the cursor plane.
C#
public void SetAngle(double angleDegrees)
The angle, in degrees, to set for the cursor plane.
Implements:
Sets the element used to display system cursors
C#
public void SetSystemCursorElement(FrameworkElement element)
Displays the cursor plane of the adorner based on the specified cursor type.
C#
public void Show(CursorType type)
The type of cursor to be displayed.
Implements: