Show / Hide Table of Contents

Enum LabelStackBreakPosition

The strategy for whether a row of text should be broken before or after it exceeds the ideal length.

Namespace: Esri.ArcGISRuntime.Mapping.Labeling
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum LabelStackBreakPosition
Remarks

If stacking is turned on, label placement can insert a line break before or after the word that overruns the maximum number of characters per row.

Fields

Name Description
After

Insert the line break after a word that has broken the StackRowLength limit.

This means rows will generally be longer than the StackRowLength.

Automatic

Use the default break position (After).

Before

Insert the line break before a word that will break the StackRowLength limit.

This means rows will generally be shorter than the StackRowLength (although they will overrun for individual words larger than this count).

Applies to

TargetVersions
.NET Standard 2.0100.11 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.11 - 100.15
.NET 5100.11 - 100.12
.NET Core 3.1100.11 - 100.12
Xamarin.Android100.11 - 100.15
Xamarin.iOS100.11 - 100.15
UWP100.11 - 100.15
In This Article
Back to top Copyright © 2022 Esri.