'宣言 Public Enum ContentAlignment Inherits System.Enum
public enum ContentAlignment : System.Enum
'宣言 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.WPF.Word.ContentAlignment