Back to Devexpress

IHorizontalAbsolutePosition Interface

aspnetcore-js-devexpress-dot-richedit-77b3c293.md

latest825 B
Original Source

IHorizontalAbsolutePosition Interface

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

Declaration

ts
export interface IHorizontalAbsolutePosition

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: FloatingObjectHorizontalAnchorElement

Property Value

TypeDescription
FloatingObjectHorizontalAnchorElement

An anchor element.

|