Class OfficeHorizontalAlignment
Specifies the horizontal alignment of text in a text frame.
Inheritance
System.Object
OfficeHorizontalAlignment
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeHorizontalAlignment : Enum
Fields
Center
Indicates the text is aligned centered horizontally.
Declaration
public const OfficeHorizontalAlignment Center
Field Value
Type |
---|
OfficeHorizontalAlignment |
CenterMiddle
Indicates the text is aligned centered middle horizontally.
Declaration
public const OfficeHorizontalAlignment CenterMiddle
Field Value
Type |
---|
OfficeHorizontalAlignment |
Left
Indicates the text is aligned left horizontally.
Declaration
public const OfficeHorizontalAlignment Left
Field Value
Type |
---|
OfficeHorizontalAlignment |
LeftMiddle
Indicates the text is aligned left middly horizontally.
Declaration
public const OfficeHorizontalAlignment LeftMiddle
Field Value
Type |
---|
OfficeHorizontalAlignment |
Right
Indicates the text is aligned right horizontally.
Declaration
public const OfficeHorizontalAlignment Right
Field Value
Type |
---|
OfficeHorizontalAlignment |
RightMiddle
Indicates the text is aligned right middle horizontally.
Declaration
public const OfficeHorizontalAlignment RightMiddle
Field Value
Type |
---|
OfficeHorizontalAlignment |