[]
        
(Showing Draft Content)

C1.WPF.Core.C1DockPanel.GetDock

GetDock Method

GetDock(FrameworkElement)

Gets the value of the Dock attached property for the specified element.

Declaration
public static Dock GetDock(FrameworkElement element)
Public Shared Function GetDock(element As FrameworkElement) As Dock
Parameters
Type Name Description
FrameworkElement element

The element from which to read the attached property.

Returns
Type Description
Dock

The value of the Dock property.