'宣言 Public Enum C1VerticalAlignment Inherits System.Enum
public enum C1VerticalAlignment : System.Enum
'宣言 Public Enum C1VerticalAlignment Inherits System.Enum
public enum C1VerticalAlignment : System.Enum
メンバ | 解説 |
---|---|
Baseline | 要素のベースラインが親ボックスのベースラインに揃えられます。 |
Bottom | 要素の下端が親ボックスの下端に揃えられます。 |
Middle | 要素の中央が親ボックスのベースラインに X 高さの半分を加えた位置に揃えられます。 |
Sub | 要素のベースラインがそのサイズの下付きベースラインに揃えられます。 |
Super | 要素のベースラインがそのサイズの上付きベースラインに揃えられます。 |
Top | 要素の上端が親ボックスの上端に揃えられます。 |
System.Object
System.ValueType
System.Enum
C1.Xaml.RichTextBox.Documents.C1VerticalAlignment