Intersoft ClientUI Documentation
SetEdge Method



The element to which the attached property is written.
The needed Edge value.
Sets the value of the Edge attached property to a specified element.
Syntax
Public Shared Sub SetEdge( _
   ByVal element As UIElement, _
   ByVal edge As Edge _
) 
Dim element As UIElement
Dim edge As Edge
 
EdgePanel.SetEdge(element, edge)
public static void SetEdge( 
   UIElement element,
   Edge edge
)
public:
static void SetEdge( 
   UIElement^ element,
   Edge edge
) 

Parameters

element
The element to which the attached property is written.
edge
The needed Edge value.
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