Document Library for WinForms
HorizontalAlignment 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document.FlexChart 名前空間 : HorizontalAlignment 列挙体
Specifies how an object or text in a control is horizontally aligned relative to an element of the control.
シンタックス
'宣言
 
Public Enum HorizontalAlignment 
   Inherits System.Enum
public enum HorizontalAlignment : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.Document.FlexChart 名前空間