ComponentOne Document Library for UWP
HorizontalAlignment Enumeration

C1.UWP.Document Assembly > C1.Xaml.Document.FlexChart Namespace : 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
public enum HorizontalAlignment : 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.Xaml.Document.FlexChart.HorizontalAlignment

See Also

Reference

C1.Xaml.Document.FlexChart Namespace