Back to Devexpress

IHorizontalAlignedPosition Interface

aspnetcore-js-devexpress-dot-richedit-002d61d2.md

latest935 B
Original Source

IHorizontalAlignedPosition Interface

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

Declaration

ts
export interface IHorizontalAlignedPosition

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.

|