Enum LabelOverlapStrategy
The strategy for whether another label is allowed to be placed over this feature or label.
Namespace: Esri.ArcGISRuntime.Mapping.Labeling
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum LabelOverlapStrategy
Fields
Name | Description |
---|---|
Allow | The other label will be allowed to place itself in its preferred location, ignoring this obstacle. |
Automatic | The other label will use the default overlap behavior which depends on the object being overlapped. This value corresponds to no value being specified for a LabelDefinition overlap properties. |
Avoid | The other label will move to minimize overlapping this obstacle, but will overlap if necessary. The other label can only move if its DeconflictionStrategy allows. |
Exclude | The other label will not be placed rather than overlap this obstacle. The other label can only move if its DeconflictionStrategy allows. If it cannot move, or if there is no free position available, then the other label will not be placed. |
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 |