Enum LabelOverrunStrategy
The strategy for whether a label should be visible at viewing scales where the feature is too small for the label to fit.
Namespace: Esri.ArcGISRuntime.Mapping.Labeling
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum LabelOverrunStrategy
Fields
| Name | Description |
|---|---|
| Allow | The label can run past the ends of its line geometry or edges or its polygon geometry. |
| Automatic | The label will use the default overrun behavior which depends on the object being overrun. This value corresponds to no value being specified for the OverrunStrategy property. |
| None | The label cannot run past the ends of its line geometry or edges of its polygon geometry. |
See Also
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 |