Class RowAlignment
Specifies type of the horizontal row alignment.
Inheritance
System.Object
RowAlignment
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class RowAlignment : Enum
Fields
Center
Specifies row alignment to the center.
Declaration
public const RowAlignment Center
Field Value
Type |
---|
RowAlignment |
Left
Specifies row alignment to the left.
Declaration
public const RowAlignment Left
Field Value
Type |
---|
RowAlignment |
Right
Specifies row alignment to the right.
Declaration
public const RowAlignment Right
Field Value
Type |
---|
RowAlignment |