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
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
TargetVersions
.NET Standard 2.0100.11 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.11 - 200.0
.NET 5100.11 - 100.12
.NET Core 3.1100.11 - 100.12
Android100.11 - 100.15
iOS100.11 - 100.15
UWP100.11 - 200.0
In This Article
Back to top Copyright © 2022 Esri.