Show / Hide Table of Contents

Enum LabelLineConnection

The strategy for whether line features with the same label, and matching end vertices, should be joined before sharing a label.

Namespace: Esri.ArcGISRuntime.Mapping.Labeling
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum LabelLineConnection

Fields

Name Description
Automatic

The default approach for connectable features is to connect them (MinimizeLabels).

This value corresponds to no value being specified for a LineConnection property.

MinimizeLabels

Line geometries with the same label and coincident end vertices should be considered together as a single, continuous geometry when placing labels.

For example, if a single label is being placed on a line feature, then the single location will be chosen along the combined geometries. This combining will ignore junctions, so it may be ambiguous which line feature after a junction is the continuation of the earlier geometry.

None

Keep one label per line feature geometry.

UnambiguousLabels

Line geometries with the same label and coincident end vertices should be joined, until they hit a junction.

For example, if a single label is being placed on a line geometry (composed of multiple features' geometries, but all having the same label text), then a label will be placed on both sides of any junction, to make it unambiguous which geometries are the continuation of the initial geometry.

See Also
LineConnection

Applies to

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