Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FloatingObjectVerticalAnchorElement Enum

In This Article

Lists values that specify an element to which the floating object is aligned.

#Declaration

TypeScript
export enum FloatingObjectVerticalAnchorElement {
    Page = 0,
    Line = 1,
    Paragraph = 2,
    Margin = 3,
    TopMargin = 4,
    BottomMargin = 5,
    InsideMargin = 6,
    OutsideMargin = 7
}

#Members

Name Description
BottomMargin

A floating object is aligned to the bottom margin.

InsideMargin

A floating object is aligned to the top margin for odd pages, and the bottom margin for even pages.

Line

A floating object is aligned to a line.

Margin

A floating object is aligned to page margins.

OutsideMargin

A floating object is aligned to the bottom margin for odd pages, and the top margin for even pages.

Page

A floating object is aligned to a page.

Paragraph

A floating object is aligned to a paragraph.

TopMargin

A floating object is aligned to the top margin.