'Declaration
Public Shared Function GetDock( _ ByVal element As DependencyObject _ ) As Dock
public static Dock GetDock( DependencyObject element )
Parameters
- element
- The element from which to read the attached property.
Return Value
The value of the Dock property.