Back to Devexpress

FloatingObjectRelativeHeightType Enum

aspnet-js-floatingobjectrelativeheighttype.md

latest825 B
Original Source

FloatingObjectRelativeHeightType Enum

Lists values specifying to what element the floating object height is relative.

Declaration

ts
declare enum FloatingObjectRelativeHeightType {
    Margin = 0,
    Page = 1,
    TopMargin = 2,
    BottomMargin = 3,
    InsideMargin = 4,
    OutsideMargin = 5
}

Members

NameDescription
BottomMargin

Relative to bottom margin.

| | InsideMargin |

Relative to inside margin.

| | Margin |

Relative to margin.

| | OutsideMargin |

Relative to outside margin.

| | Page |

Relative to page.

| | TopMargin |

Relative to top margin.

|

Remarks

Values listed by this enumeration are used to set the TextBoxRelativeSizeSettings.relativeHeightType property.