Back to Devexpress

HorizontalAlignedPosition Class

aspnetcore-js-devexpress-dot-richedit-1cac46b4.md

latest1.5 KB
Original Source

HorizontalAlignedPosition Class

Contains information about a floating object’s horizontal position that is aligned to an anchor element.

Declaration

ts
export class HorizontalAlignedPosition

Properties

alignment Property

Specifies the floating object’s alignment relative to an anchor element.

Declaration

ts
alignment: FloatingObjectHorizontalAlignment

Property Value

TypeDescription
FloatingObjectHorizontalAlignment

The alignment.

|

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.Aligned

Property Value

TypeDescription
Aligned

Returns the Aligned value.

|