Enum HorizontalAlignmentType
Specifies the horizontal alignment of the text.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum HorizontalAlignmentType : sbyte
Fields
| Name | Description |
|---|---|
| Center | Specifies the HorizontalAlignmentType is center. |
| Distributed | Specifies the HorizontalAlignmentType is distributed. |
| Justify | Specifies the HorizontalAlignmentType is justify. |
| Left | Specifies the HorizontalAlignmentType is left. |
| None | Specifies the HorizontalAlignmentType is none. |
| Right | Specifies the HorizontalAlignmentType is right. |