Intersoft ClientUI Documentation
GetEdge Method



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

Parameters

element
The element from which the property value is read.

Return Value

The Edge 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

EdgePanel Class
EdgePanel Members

Send Feedback