Back to Devexpress

FloatingObjectHorizontalPositionType Enum

aspnet-js-floatingobjecthorizontalpositiontype.md

latest785 B
Original Source

FloatingObjectHorizontalPositionType Enum

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

Declaration

ts
declare enum FloatingObjectHorizontalPositionType {
    Page = 0,
    Character = 1,
    Column = 2,
    Margin = 3,
    LeftMargin = 4,
    RightMargin = 5,
    InsideMargin = 6,
    OutsideMargin = 7
}

Members

NameDescription
Character

Relative to character.

| | Column |

Relative to column.

| | InsideMargin |

Relative to inside margin.

| | LeftMargin |

Relative to left margin.

| | Margin |

Relative to margin.

| | OutsideMargin |

Relative to outside margin.

| | Page |

Relative to page.

| | RightMargin |

Relative to right margin.

|