Class VerticalPosition
Specifies the absolute vertical position.
Inheritance
System.Object
VerticalPosition
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class VerticalPosition : Enum
Fields
Bottom
The object is aligned to the bottom of the reference origin.
Declaration
public const VerticalPosition Bottom
Field Value
Type |
---|
VerticalPosition |
Center
The object is aligned to the center of the reference origin.
Declaration
public const VerticalPosition Center
Field Value
Type |
---|
VerticalPosition |
Inside
The object is aligned to the inside of the reference origin.
Declaration
public const VerticalPosition Inside
Field Value
Type |
---|
VerticalPosition |
None
No vertical positioning
Declaration
public const VerticalPosition None
Field Value
Type |
---|
VerticalPosition |
Outside
The object is aligned to the outside of the reference origin.
Declaration
public const VerticalPosition Outside
Field Value
Type |
---|
VerticalPosition |
Top
The object is aligned to the top of the reference origin.
Declaration
public const VerticalPosition Top
Field Value
Type |
---|
VerticalPosition |