Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

Shape.TextWrappingSide Property

Specifies how text should wrap around the shape’s sides.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

TextWrappingSide TextWrappingSide { get; set; }

Property Value

Type Description
TextWrappingSide

One of the TextWrappingSide enumeration values indicating the wrap side.

See Also