Summary
Gets the value of the Dock attached property on the specified control.
- Namespace
- Avalonia
.Controls - Containing Type
- DockPanel
Syntax
public static Dock GetDock(Control control)
Parameters
Name | Type | Description |
---|---|---|
control | Control | The control. |
Return Value
Type | Description |
---|---|
Dock | The Dock attached property. |