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:
|
None | The text should not be broken, no matter how long it is. |
Applies to
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 |