Gets or sets the Cursor displayed when the mouse is over this element.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public Cursor Cursor { get; set; }
Visual Basic
Public Property Cursor As Cursor
	Get
	Set

See Also