Property StackRowLength
StackRowLength
Gets or sets a value that limits the number of characters in a row of stacked text.
Declaration
public double StackRowLength { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that limits the number of characters in a row of stacked text. |
Remarks
This length guides the decision on when to break long text strings into separate rows. The line break will be inserted between words, not in the middle of a word, so rows may be longer or shorter than the ideal. Depending on StackBreakPosition, the break may be inserted before the breaking word, or after.
The default value is -1. This means that a default length of 13 characters is currently used.
This property has no effect if StackStrategy is None.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.2 |
.NET 6.0 | 100.13 - 200.2 |
.NET 6.0 Windows | 100.13 - 200.2 |
.NET 6.0 Android | 200.0 - 200.2 |
.NET 6.0 iOS | 200.0 - 200.2 |
.NET Framework | 100.11 - 200.2 |
.NET 5 | 100.11 - 100.12 |
.NET Core 3.1 | 100.11 - 100.12 |
Android | 100.11 - 100.15 |
iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.2 |