Cursor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the pointer that displays when the user moves the mouse over an element.
<object Cursor="MouseCursor" .../>
value = object.Cursor
object.Cursor = value
Property Value
Type: MouseCursor
The pointer to display, as a value of the enumeration. The default is Default.
Remarks
The Default setting indicates that determination of the pointer value is deferred and should be obtained from the parent element. If it not specified by a parent element, the default pointer is typically an arrow.
Applies To
Border (Silverlight 2)
PasswordBox (Silverlight 2)
Popup (Silverlight 2)
StackPanel (Silverlight 2)
TextBox (Silverlight 2)