Class ShapeVerticalAlignment
Specifies vertical alignment of a shape.
Inheritance
System.Object
ShapeVerticalAlignment
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.NET.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
Center
The object is centered relative to the reference origin.
Declaration
public const ShapeVerticalAlignment Center
Field Value
Inline
The object is aligned to the in line of the reference origin.
Declaration
public const ShapeVerticalAlignment Inline
Field Value
Inside
The object is aligned to the inside of the reference origin.
Declaration
public const ShapeVerticalAlignment Inside
Field Value
None
The object is explicitly positioned using position properties.
Declaration
public const ShapeVerticalAlignment None
Field Value
Outside
The object is aligned to the outside of the reference origin.
Declaration
public const ShapeVerticalAlignment Outside
Field Value
Top
The object is aligned to the top of the reference origin.
Declaration
public const ShapeVerticalAlignment Top