Click or drag to resize
FrameworkElementCursor Property
Gets or sets the cursor that displays when the mouse pointer is over this element.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Cursor Cursor { get; set; }

Property Value

Type: Cursor
See Also