[]
specifies the vertical alignment of all text on each line displayed within a paragraph.
public enum BaseLineAlignment
Public Enum BaseLineAlignment
| Name | Description |
|---|---|
| Auto | Automatically determine alignment. |
| Baseline | Align text at baseline. When the item is serialized out as xml, its value is "baseline". |
| Bottom | Align text at bottom. |
| Center | Align text at center. |
| Top | Align text at top. |