Skip to main content

TextWrappingType Enum

Lists values that specify how a shape is surrounded by text.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public enum TextWrappingType

Members

Name Description
Square

The text wraps around the rectangular borders of the shape.

WrapType-Square

Tight

The text wraps tightly around the shape. This enumeration value exists for compatibility only. Rich Text Editor interprets it as Square while rendering the document.

Through

The text wraps tightly around the shape and can fill in the transparent background space inside the shape. This enumeration value exists for compatibility only. Rich Text Editor interprets it as Square while rendering the document.

TopAndBottom

The text is displayed above and below the shape and does not wrap around the sides.

WrapType-TopAndBottom

BehindText

The text is displayed over the shape.

WrapType-BehindTheText

InFrontOfText

The text is displayed behind the shape.

WrapType-InFrontOfTheText

InLineWithText

The shape is placed in line with text.

Related API Members

The following properties accept/return TextWrappingType values:

See Also