Back to Devexpress

TextWrappingSide Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-c3fce2f0.md

latest1.3 KB
Original Source

TextWrappingSide Enum

Lists values that specify how the text wraps around the shape’s sides.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum TextWrappingSide
vb
Public Enum TextWrappingSide

Members

NameDescription
Both

The text is wrapped around the shape’s left and right sides.

| | Left |

The text is wrapped around the shape’s left side.

| | Right |

The text is wrapped around the shape’s right side.

| | Largest |

The text is wrapped around the shape’s largest side.

|

The following properties accept/return TextWrappingSide values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace