Show / Hide Table of Contents

Enum LabelOverrunStrategy

The strategy for whether a label should be visible at viewing scales where the feature is too small for the label to fit.

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

Fields

Name Description
Allow

The label can run past the ends of its line geometry or edges or its polygon geometry.

Automatic

The label will use the default overrun behavior which depends on the object being overrun.

This value corresponds to no value being specified for the OverrunStrategy property.

None

The label cannot run past the ends of its line geometry or edges of its polygon geometry.

See Also
OverrunStrategy

Applies to

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