ComponentOne Basic Library for WPF and Silverlight
GetDock(DependencyObject) Method


C1.WPF Namespace > C1DockPanel Class : GetDock(DependencyObject) Method
The element from which to read the attached property.
Gets the value of the Dock attached property for the specified element.
Syntax
'Declaration
 
Public Shared Function GetDock( _
   ByVal element As System.Windows.DependencyObject _
) As Dock
'Usage
 
Dim element As System.Windows.DependencyObject
Dim value As Dock
 
value = C1DockPanel.GetDock(element)
public static Dock GetDock( 
   System.Windows.DependencyObject element
)

Parameters

element
The element from which to read the attached property.

Return Value

The value of the Dock property.
See Also

Reference

C1DockPanel Class
C1DockPanel Members