Back to Devexpress

FloatingObjectVerticalAlignment Enum

aspnetcore-js-devexpress-dot-richedit-60b3e274.md

latest1.1 KB
Original Source

FloatingObjectVerticalAlignment Enum

Lists values that specify the vertical alignment for a floating object.

Declaration

ts
export enum FloatingObjectVerticalAlignment {
    Top = 1,
    Center = 2,
    Bottom = 3,
    Inside = 4,
    Outside = 5
}

Members

NameDescription
Bottom

A floating object is aligned to the bottom of the vertical anchor element.

| | Center |

A floating object is aligned to the center of a vertical anchor element.

| | Inside |

A floating object is inside the vertical anchor element.

| | Outside |

A floating object is outside the vertical anchor element.

| | Top |

A floating object is aligned to the top of the vertical anchor element.

|