Property RemoveDuplicatesStrategy
RemoveDuplicatesStrategy
Gets or sets the strategy for whether labels are removed if other features have the same text label. This can reduce clutter and free up space.
Declaration
public LabelRemoveDuplicatesStrategy RemoveDuplicatesStrategy { get; set; }
Property Value
Type | Description |
---|---|
LabelRemoveDuplicatesStrategy | The strategy for whether labels are removed if other features have the same text label. This can reduce clutter and free up space. |
Remarks
The default is Automatic, which will be interpreted as None indicating that all labels should be shown if possible. The distance within which to look for duplicates is controlled by RemoveDuplicatesDistance.
Applies to
Platforms and versions
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 |