InterfaceICursor
Interface
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
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
Show(CursorType)
Shows the specified cursor type. CursorType==None draws no cursor
Declaration
cs-api-definition
void Show(CursorType type)
Parameters
type
the type of the cursor to show