Back to Devexpress

RectangleAlignType Enum

officefileapi-devexpress-dot-docs-dot-presentation-0e049e16.md

latest1.7 KB
Original Source

RectangleAlignType Enum

Lists rectangle alignment types.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum RectangleAlignType
vb
Public Enum RectangleAlignType

Members

NameDescription
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

DevExpress.Docs.Presentation Namespace