Enum VerticalAlignmentType
Specifies the vertical alignment of the text.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum VerticalAlignmentType : sbyte
Fields
| Name | Description |
|---|---|
| Bottom | Specifies the VerticalAlignmentType is bottom. |
| Middle | Specifies the VerticalAlignmentType is middle. |
| None | Specifies the VerticalAlignmentType is none. |
| Top | Specifies the VerticalAlignmentType is top. |