[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static ControlDragger Empty { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared ReadOnly Property Empty As ControlDragger
Get
Dim value As ControlDragger
value = ControlDragger.Empty
public:
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
static property ControlDragger^ Empty {
ControlDragger^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member Empty : ControlDragger with get
No code example is currently available or this language may not be supported.