TextWrappingType Enum
Lists values that specify how a shape is surrounded by text.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v22.1.Core.dll
Declaration
Members
Name | Description |
---|---|
Square
|
The text wraps around the rectangular borders of the shape. |
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. |
BehindText
|
The text is displayed over the shape. |
InFrontOfText
|
The text is displayed behind the shape. |
InLineWithText
|
The shape is placed in line with text. |
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the TextWrappingType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.