Blazor コントロール
C1HorizontalAlignment 列挙体

C1.Blazor.Core アセンブリ > C1.Blazor.Core 名前空間 : C1HorizontalAlignment 列挙体
テキスト要素の水平位置を表します。
シンタックス
'宣言
 
Public Enum C1HorizontalAlignment 
   Inherits System.Enum
public enum C1HorizontalAlignment : System.Enum 
メンバ
メンバ解説
Centerテキストは中央に配置されます。
Leftテキストは左に揃えられます。
Rightテキストは右に揃えられます。
Stretchテキストは引き伸ばされます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Blazor.Core.C1HorizontalAlignment

参照

C1.Blazor.Core 名前空間