Intersoft ClientUI Documentation
GetDock Method



The element from which the property value is read.
Gets the value of the Dock attached property for the specified element.
Syntax
Public Shared Function GetDock( _
   ByVal element As UIElement _
) As Dock
Dim element As UIElement
Dim value As Dock
 
value = DockPanel.GetDock(element)
public static Dock GetDock( 
   UIElement element
)
public:
static Dock GetDock( 
   UIElement^ element
) 

Parameters

element
The element from which the property value is read.

Return Value

The Dock property value for the element.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DockPanel Class
DockPanel Members

Send Feedback