officefileapi-devexpress-dot-docs-dot-presentation-0e049e16.md
Lists rectangle alignment types.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public enum RectangleAlignType
Public Enum RectangleAlignType
| Name | Description |
|---|---|
TopLeft |
The rectangle is aligned to the top-left corner of the object.
|
| Top |
The rectangle is aligned to the top of the object.
|
| TopRight |
The rectangle is aligned to the top-right corner of the object.
|
| Left |
The rectangle is aligned to the left of the object.
|
| Center |
The rectangle is centered.
|
| Right |
The rectangle is aligned to the right of the object.
|
| BottomLeft |
The rectangle is aligned to the bottom-left corner of the object.
|
| Bottom |
The rectangle is aligned to the bottom.
|
| BottomRight |
The rectangle is aligned to the bottom-right corner of the object.
|
The following properties accept/return RectangleAlignType values:
See Also