MultilineText.Wrap Property

When true, the line of text is split (if it contain spaces) into more lines so that their lengths are less than RectWidth. When false, the line is truncated if it goes beyond the RectWidth.
Public Property Wrap() As Boolean
This language is not supported or no code example is available.
public bool Wrap {get; set;}
This language is not supported or no code example is available.

Property Value

bool
Remarks
 
If the value is true and there are no spaces before the RectWidth of the text, the split is done at the first available space.

.NET Framework

Supported in: 4.8

In this article

Definition