Class HorizontalPosition
Specifies the absolute horizontal position.
Inheritance
System.Object
HorizontalPosition
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class HorizontalPosition : Enum
Fields
Center
The object is centered to the reference origin.
Declaration
public const HorizontalPosition Center
Field Value
Type |
---|
HorizontalPosition |
Inside
The object is aligned to the inside of the reference origin.
Declaration
public const HorizontalPosition Inside
Field Value
Type |
---|
HorizontalPosition |
Left
The object is aligned to the left of the reference origin.
Declaration
public const HorizontalPosition Left
Field Value
Type |
---|
HorizontalPosition |
Outside
The object is aligned to the outside of the reference origin.
Declaration
public const HorizontalPosition Outside
Field Value
Type |
---|
HorizontalPosition |
Right
The object is aligned to the right of the reference origin.
Declaration
public const HorizontalPosition Right
Field Value
Type |
---|
HorizontalPosition |