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

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static Dock GetDock(
	DependencyObject element
)
Visual Basic
Public Shared Function GetDock ( _
	element As DependencyObject _
) As Dock

Parameters

element
Type: System.Windows..::..DependencyObject
The element from which to read the attached property.

Return Value

The value of the Dock property.

See Also