Skip to main content
A newer version of this page is available. .

TextWrappingType Enum

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

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 text is placed in line with text.

Related API Members

The following properties accept/return TextWrappingType values:

Remarks

The TextWrappingType enumeration values are used by the Shape.TextWrapping property.

See Also