Skip to main content
All docs
V25.2
  • RectangleAlignType Enum

    Lists rectangle alignment types.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum RectangleAlignType

    Members

    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.

    Related API Members

    The following properties accept/return RectangleAlignType values:

    See Also