Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Shape.TextWrappingSide Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

TextWrappingSide TextWrappingSide { get; set; }

Property Value

Type Description
TextWrappingSide

An enumeration value that specifies the text wrapping side.

See Also