DockPanelGetDock Method
Gets the value of the Dock attached property on the specified control.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static Dock GetDock(
Control control
)
Public Shared Function GetDock (
control As Control
) As Dock
static member GetDock :
control : Control -> Dock
- control Control
- The control.
DockThe Dock attached property.