Back to Devexpress

TextWrappingType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-419609ad.md

latest2.1 KB
Original Source

TextWrappingType Enum

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum TextWrappingType
vb
Public Enum TextWrappingType

Members

NameDescription
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.

|

The following properties accept/return TextWrappingType values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace