[]
Gets the value of the Dock attached property for the specified element.
public static Dock GetDock(FrameworkElement element)
Public Shared Function GetDock(element As FrameworkElement) As Dock
| Type | Name | Description |
|---|---|---|
| FrameworkElement | element | The element from which to read the attached property. |
| Type | Description |
|---|---|
| Dock | The value of the Dock property. |