Property RepeatStrategy
RepeatStrategy
Gets or sets the strategy for whether a label should have multiple copies created and placed along or across the same feature. In 3D scenes, only label will be placed per line feature.
Declaration
public LabelRepeatStrategy RepeatStrategy { get; set; }
Property Value
Type | Description |
---|---|
LabelRepeatStrategy | The strategy for whether a label should have multiple copies created and placed along or across the same feature. In 3D scenes, only label will be placed per line feature. |
Remarks
The default is Automatic. The frequency of repetition is controlled by the RepeatDistance property. This property is currently only supported for line features, but may be extended to polygons in the future.
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 |