RectangleAlignment Enumeration |
Defines 2-dimension allignment.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic enum RectangleAlignment
Public Enumeration RectangleAlignment
public enum class RectangleAlignment
Members
| Member name | Value | Description |
---|
| NotDefined | -1 | |
| TopLeft | 0 | |
| Top | 1 | |
| TopRight | 2 | |
| Left | 3 | |
| Center | 4 | |
| Right | 5 | |
| BottomLeft | 6 | |
| Bottom | 7 | |
| BottomRight | 8 | |
See Also