Gets or sets a value that indicates whether this
System.Windows.FrameworkElement should force the user interface (UI) to render the cursor as declared by the
System.Windows.FrameworkElement.Cursor property.
'Declaration
Public Property ForceCursor As Boolean
public bool ForceCursor {get; set;}
Property Value
true if cursor presentation while over this element is forced to use current
System.Windows.FrameworkElement.Cursor settings for the cursor (including on all child elements); otherwise false. The default value is false.