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 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.11 - 200.8 | 
| Xamarin.Android | 100.11 - 100.15 | 
| Xamarin.iOS | 100.11 - 100.15 | 
| UWP | 100.11 - 200.8 |