C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.FlexChart Namespace / HorizontalAlignment Enumeration

HorizontalAlignment Enumeration
Specifies how an object or text in a control is horizontally aligned relative to an element of the control.
Syntax
'Declaration
 
Public Enum HorizontalAlignment 
   Inherits System.Enum
 
Members
MemberDescription
CenterThe object or text is aligned in the center of the control element.
LeftThe object or text is aligned on the left of the control element.
RightThe object or text is aligned on the right of the control element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Document.FlexChart.HorizontalAlignment

See Also