Intersoft ClientUI Documentation
Edge Enumeration



Specifies the edge position of a child element that is inside an EdgePanel.
Syntax
Public Enum Edge 
   Inherits System.Enum
Dim instance As Edge
public enum Edge : System.Enum 
public enum class Edge : public System.Enum 
Members
MemberDescription
Bottom A child element that is positioned at the bottom of the EdgePanel.
Center A child element that is positioned in the center of a EdgePanel.
Left A child element that is positioned on the left side of the EdgePanel.
Right A child element that is positioned on the right side of the EdgePanel.
Top A child element that is positioned at the top of the EdgePanel.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.DataVisualization.Edge

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

Intersoft.Client.UI.DataVisualization Namespace

Send Feedback