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