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