Class ShapeVerticalAlignment
Specifies vertical alignment of a shape.
Inheritance
System.Object
ShapeVerticalAlignment
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class ShapeVerticalAlignment : Enum
Fields
Bottom
The object is aligned to the bottom of the reference origin.
Declaration
public const ShapeVerticalAlignment Bottom
Field Value
Type |
---|
ShapeVerticalAlignment |
Center
The object is centered relative to the reference origin.
Declaration
public const ShapeVerticalAlignment Center
Field Value
Type |
---|
ShapeVerticalAlignment |
Inline
The object is aligned to the in line of the reference origin.
Declaration
public const ShapeVerticalAlignment Inline
Field Value
Type |
---|
ShapeVerticalAlignment |
Inside
The object is aligned to the inside of the reference origin.
Declaration
public const ShapeVerticalAlignment Inside
Field Value
Type |
---|
ShapeVerticalAlignment |
None
The object is explicitly positioned using position properties.
Declaration
public const ShapeVerticalAlignment None
Field Value
Type |
---|
ShapeVerticalAlignment |
Outside
The object is aligned to the outside of the reference origin.
Declaration
public const ShapeVerticalAlignment Outside
Field Value
Type |
---|
ShapeVerticalAlignment |
Top
The object is aligned to the top of the reference origin.
Declaration
public const ShapeVerticalAlignment Top
Field Value
Type |
---|
ShapeVerticalAlignment |