Show / Hide Table of Contents

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
FeatureBoundaryOverlapStrategy
FeatureInteriorOverlapStrategy
LabelOverlapStrategy

Applies to

TargetVersions
.NET Standard 2.0100.11 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.11 - 200.0
.NET 5100.11 - 100.12
.NET Core 3.1100.11 - 100.12
Android100.11 - 100.15
iOS100.11 - 100.15
UWP100.11 - 200.0
In This Article
Back to top Copyright © 2022 Esri.