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 Label |
Avoid | The other label will move to minimize overlapping this obstacle, but will overlap if necessary. The other label can only move if its Deconfliction |
Exclude | The other label will not be placed rather than overlap this obstacle. The other label can only move if its Deconfliction |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.11 - 200.6 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.6 |