GetDock Method
Gets the value of the Dock attached property on the specified control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static Dock GetDock(
Control control
)
Public Shared Function GetDock (
control As Control
) As Dock
static member GetDock :
control : Control -> Dock
Parameters
- Control
- The control.
Return Value
Dock
The Dock attached property.