Gets which side of a DockPanel the element should be positioned against.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Dock GetDock(
	DependencyObject obj
)
Visual Basic
Public Shared Function GetDock ( _
	obj As DependencyObject _
) As Dock
Visual C++
public:
static Dock GetDock(
	DependencyObject^ obj
)

Parameters

obj
Type: System.Windows..::..DependencyObject
The element from which the property value is read.

Return Value

The side of a DockPanel that the element will be positioned against.

See Also