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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.11 - 200.5 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.5 |