Enum OfficeHorizontalAlignment
Specifies the horizontal alignment of text in a text frame.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeHorizontalAlignment
Fields
Name | Description |
---|---|
Center | Indicates the text is aligned centered horizontally. |
CenterMiddle | Indicates the text is aligned centered middle horizontally. |
Left | Indicates the text is aligned left horizontally. |
LeftMiddle | Indicates the text is aligned left middly horizontally. |
Right | Indicates the text is aligned right horizontally. |
RightMiddle | Indicates the text is aligned right middle horizontally. |