Show / Hide Table of Contents

Enum LabelLineOrientation

Whether Placement above or below a line geometry will be interpreted as above or below on the "screen", or with respect to the "direction" of line's geometry (that is, the digitization order in which the vertices are listed).

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

Fields

Name Description
Direction

Placement above will mean that the label will be offset perpendicularly left from its line segment. Placement below will mean that the label will be offset perpendicularly right from its line segment.

Screen

Placement above will mean that the label will be offset perpendicularly from its line segment towards the top of the screen. Placement below will mean that the label will be offset perpendicularly from its line segment towards the bottom of the screen.

Unconstrained

The label will be offset perpendicularly to whichever side of the line geometry has space (defaulting to "above," in the "screen" sense).

Applies to

TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.