Class HorizontalAlignmentType
Specifies the horizontal alignment of the text.
Inheritance
System.Object
HorizontalAlignmentType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class HorizontalAlignmentType : Enum
Fields
Center
Specifies the HorizontalAlignmentType is center.
Declaration
public const HorizontalAlignmentType Center
Field Value
Distributed
Specifies the HorizontalAlignmentType is distributed.
Declaration
public const HorizontalAlignmentType Distributed
Field Value
Justify
Specifies the HorizontalAlignmentType is justify.
Declaration
public const HorizontalAlignmentType Justify
Field Value
Left
Specifies the HorizontalAlignmentType is left.
Declaration
public const HorizontalAlignmentType Left
Field Value
None
Specifies the HorizontalAlignmentType is none.
Declaration
public const HorizontalAlignmentType None
Field Value
Right
Specifies the HorizontalAlignmentType is right.
Declaration
public const HorizontalAlignmentType Right