Back to Devexpress

Shape.TextWrappingSide Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shape-9723d886.md

latest1.5 KB
Original Source

Shape.TextWrappingSide Property

Specifies how the text wraps around the shape’s edges.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TextWrappingSide TextWrappingSide { get; set; }
vb
Property TextWrappingSide As TextWrappingSide

Property Value

TypeDescription
TextWrappingSide

An enumeration value that specifies the text wrapping side.

|

Available values:

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.

|

See Also

Shape Interface

Shape Members

DevExpress.XtraRichEdit.API.Native Namespace