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 which means to use a default length determined by ArcGIS Runtime (currently 13 characters but may vary with feature-geometry in the future).
This property has no effect if StackStrategy is None.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.11 - 100.15 |
.NET 5 | 100.11 - 100.12 |
.NET Core 3.1 | 100.11 - 100.12 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 100.15 |