Back to Devexpress

IVerticalAbsolutePosition Interface

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

latest813 B
Original Source

IVerticalAbsolutePosition Interface

Declares settings that specify a floating object’s vertical position.

Declaration

ts
export interface IVerticalAbsolutePosition

Properties

position Property

Specifies the floating object’s position in twips relative to an anchor element.

Declaration

ts
position: number

Property Value

TypeDescription
number

The position in twips.

|

relativeTo Property

Specifies the anchor element relative to the specified position.

Declaration

ts
relativeTo: FloatingObjectVerticalAnchorElement

Property Value

TypeDescription
FloatingObjectVerticalAnchorElement

An anchor element.

|