Back to Devexpress

VerticalAbsolutePosition Class

aspnetcore-js-devexpress-dot-richedit-9db5c72d.md

latest1.4 KB
Original Source

VerticalAbsolutePosition Class

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

Declaration

ts
export class VerticalAbsolutePosition

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.

|

type Property

Returns the position type.

Declaration

ts
readonly type = FloatingObjectVerticalPositionType.Absolute

Property Value

TypeDescription
Absolute

Returns the Absolute value.

|