ControlDragInfoCursor Property
Gets or sets the
Cursor of the owner
Control to use when dragging it.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Cursor Cursor { get; set; }
Public Property Cursor As Cursor
Get
Set
Dim instance As ControlDragInfo
Dim value As Cursor
value = instance.Cursor
instance.Cursor = value
member Cursor : Cursor with get, set
No code example is currently available or this language may not be supported.
Property Value
Cursor
The
Cursor of the owner
Control to use when dragging it.