Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.11 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.11 - 200.7
Xamarin.Android100.11 - 100.15
Xamarin.iOS100.11 - 100.15
UWP100.11 - 200.7
In This Article
Back to top Copyright © 2022 Esri.