CursorsCollection
Class
Represents cursors collection.
Definition
Namespace:Telerik.Windows.Documents.Fixed.UI
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class CursorsCollection
Inheritance: objectCursorsCollection
Properties
this[CursorMode]
Cursor
Gets or sets the Cursor for the specified cursor mode.
C#
public Cursor this[CursorMode cursorMode] { get; set; }
The cursor.