Back to Devexpress

HorizontalAbsolutePosition Class

aspnetcore-js-devexpress-dot-richedit-08d2bb59.md

latest1.4 KB
Original Source

HorizontalAbsolutePosition Class

Contains information about a floating object’s horizontal position. The position is specified in twips relative to an anchor element.

Declaration

ts
export class HorizontalAbsolutePosition

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.

|

type Property

Returns the position type.

Declaration

ts
readonly type = FloatingObjectHorizontalPositionType.Absolute

Property Value

TypeDescription
Absolute

Returns the Absolute value.

|