Back to Devexpress

FloatingObjectHorizontalPositionAlignment Enum

aspnet-js-floatingobjecthorizontalpositionalignment.md

latest1.6 KB
Original Source

FloatingObjectHorizontalPositionAlignment Enum

Lists values specifying how a floating object is horizontally aligned relative to the specified element.

Declaration

ts
declare enum FloatingObjectHorizontalPositionAlignment {
    None = 0,
    Left = 1,
    Center = 2,
    Right = 3,
    Inside = 4,
    Outside = 5
}

Members

NameDescription
Center

The shape is centered relative to its FloatingObjectAlignmentPositionSettings.horizontalPositionType.

| | Inside |

The shape is aligned inside relative to its FloatingObjectAlignmentPositionSettings.horizontalPositionType.

| | Left |

The shape is left-aligned relative to its FloatingObjectAlignmentPositionSettings.horizontalPositionType.

| | None |

The shape is not horizontally aligned.

| | Outside |

The shape is aligned outside relative to its FloatingObjectAlignmentPositionSettings.horizontalPositionType.

| | Right |

The shape is right-aligned relative to its FloatingObjectAlignmentPositionSettings.horizontalPositionType.

|

Remarks

Values listed by this enumeration are used to set the FloatingObjectAlignmentPositionSettings.horizontalPositionAlignment property.