Back to Devexpress

FloatingObjectHorizontalPositionType Enum

aspnetcore-js-devexpress-dot-richedit-d947f803.md

latest846 B
Original Source

FloatingObjectHorizontalPositionType Enum

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

Declaration

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

Members

NameDescription
Absolute

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

| | Aligned |

A floating object is aligned to a horizontal anchor element.

| | Relative |

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

|