ShapeAlignment Enumeration
|
Represents alignment of shape.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ShapeAlignment
Public Enumeration ShapeAlignment
public enum class ShapeAlignment
Members
|
|
Member name
|
Value
|
Description
|
|
|
AlignLeft
|
0
|
Align objects left.
|
|
|
AlignCenter
|
1
|
Align objects center.
|
|
|
AlignRight
|
2
|
Align objects right.
|
|
|
AlignTop
|
3
|
Align objects top.
|
|
|
AlignMiddle
|
4
|
Align objects middle.
|
|
|
AlignBottom
|
5
|
Align objects bottom.
|
|
|
DistributeVertically
|
6
|
distribute vertical.
|
|
|
DistributeHorizontally
|
7
|
distribute horizontal.
|
See Also