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 - 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 |