MarkupLabelElementVerticalAlignment Enum
Specifies how an object or text in a MarkupLabel is vertically aligned.
public enum MarkupLabelElementVerticalAlignment
Fields
| Name | Description |
|---|---|
| Baseline | The object or text is aligned to the baseline. |
| Bottom | The object or text is aligned to the bottom. |
| Middle | The object or text is aligned in the middle. |
| Top | The object or text is aligned to the top. |