Pdf for UWP
ContentAlignment 列挙体

C1.UWP.Pdf アセンブリ > C1.Xaml.Pdf 名前空間 : ContentAlignment 列挙体
レイアウト四角形内でのコンテンツの配置を指定します。
シンタックス
'宣言
 
Public Enum ContentAlignment 
   Inherits System.Enum
public enum ContentAlignment : System.Enum 
メンバ
メンバ解説
BottomCenterコンテンツは、レイアウト四角形の下端で中央に揃えられます。
BottomLeftコンテンツは、レイアウト四角形の左下隅にレンダリングされます。
BottomRightコンテンツは、レイアウト四角形の右下隅にレンダリングされます。
MiddleCenterコンテンツは、レイアウト四角形の中央に配置されます。
MiddleLeftコンテンツは、レイアウト四角形の左端で中央に揃えられます。
MiddleRightコンテンツは、レイアウト四角形の右端で中央に揃えられます。
TopCenterコンテンツは、レイアウト四角形の上端で中央に揃えられます。
TopLeftコンテンツは、レイアウト四角形の左上隅にレンダリングされます。
TopRightコンテンツは、レイアウト四角形の右上隅にレンダリングされます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Pdf.ContentAlignment

参照

C1.Xaml.Pdf 名前空間