Class CursorsCollection
Represents cursors collection.
Inheritance
System.Object
CursorsCollection
Namespace: Telerik.Windows.Documents.Fixed.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class CursorsCollection : Object
Properties
Item[CursorMode]
Gets or sets the System.Windows.Input.Cursor for the specified cursor mode.
Declaration
public Cursor this[CursorMode cursorMode] { get; set; }
Parameters
CursorMode
cursorMode
|
Property Value
System.Windows.Input.Cursor
The cursor. |