Back to Devexpress

FloatingObjectRelativeWidthType Enum

aspnet-js-floatingobjectrelativewidthtype.md

latest820 B
Original Source

FloatingObjectRelativeWidthType Enum

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

Declaration

ts
declare enum FloatingObjectRelativeWidthType {
    Margin = 0,
    Page = 1,
    LeftMargin = 2,
    RightMargin = 3,
    InsideMargin = 4,
    OutsideMargin = 5
}

Members

NameDescription
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.

|

Remarks

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