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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |