Back to Devexpress

FloatingObjectVerticalPositionType Enum

aspnetcore-js-devexpress-dot-richedit-6d74bfca.md

latest830 B
Original Source

FloatingObjectVerticalPositionType Enum

Lists values that specify the type of a floating object’s position.

Declaration

ts
export enum FloatingObjectVerticalPositionType {
    Aligned = 0,
    Absolute = 1,
    Relative = 2
}

Members

NameDescription
Absolute

A floating object’s position is specified in twips relatively to a vertical anchor element.

| | Aligned |

A floating object is aligned to a vertical anchor element.

| | Relative |

A floating object’s position is specified as a percentage relatively to a vertical anchor element.

|