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.
'宣言
Public Property ForceCursor As Boolean
public bool ForceCursor {get; set;}
プロパティ値
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.