Back to Devexpress

FloatingObjectVerticalPositionType Enum

aspnet-js-floatingobjectverticalpositiontype.md

latest773 B
Original Source

FloatingObjectVerticalPositionType Enum

Lists values specifying to what element the vertical position of a floating object is relative.

Declaration

ts
declare enum FloatingObjectVerticalPositionType {
    Page = 0,
    Line = 1,
    Paragraph = 2,
    Margin = 3,
    TopMargin = 4,
    BottomMargin = 5,
    InsideMargin = 6,
    OutsideMargin = 7
}

Members

NameDescription
BottomMargin

Relative to bottom margin.

| | InsideMargin |

Relative to inside margin.

| | Line |

Relative to line.

| | Margin |

Relative to margin.

| | OutsideMargin |

Relative to outside margin.

| | Page |

Relative to page.

| | Paragraph |

Relative to paragraph.

| | TopMargin |

Relative to top margin.

|