Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WrapSide Enum

In This Article

Lists values that specify what side of a floating object the text is wrapped around.

#Declaration

TypeScript
export enum WrapSide {
    Both = 0,
    Left = 1,
    Right = 2,
    Largest = 3
}

#Members

Name Description
Both

The text is wrapped on both sides of a floating object.

Largest

The text is wrapped on the side of a floating object that is furthest from the page margin.

Left

The text is wrapped on the left side of a floating object.

Right

The text is wrapped on the right side of a floating object.