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 |
---|---|
System.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.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.11 - 200.5 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.5 |