Show / Hide Table of Contents

Enum LabelStackStrategy

The strategy for whether the text should be stacked or wrapped, rather than place long trailing labels across the map.

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

Fields

Name Description
Allow

The label placement engine can break the text into two or more rows, if the rows are longer than the StackRowLength limit.

Automatic

Stacking will be enabled for some feature types.

The default stacking behavior for labels will depend on their feature type:

  • Line feature labels will not stack.
  • Point and polygon feature labels may stack.

None

The text should not be broken, no matter how long it is.

Applies to

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.