Show / Hide Table of Contents

Property LineOrientation

LineOrientation

Gets or sets the strategy for 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).

Declaration
public LabelLineOrientation LineOrientation { get; set; }
Property Value
Type Description
LabelLineOrientation

The strategy for interpreting Placement above or below a line geometry.

Remarks

If the LineOrientation is set to Screen then Placement above means the label will be offset perpendicularly from its line segment towards the top of the screen. If the LineOrientation is set to Direction then Placement above means the label will be offset perpendicularly left from its line segment. If the LineOrientation is set to Unconstrained then the label will be offset perpendicularly to whichever side of the line geometry has space (defaulting to above in the "screen" sense). Placement "below" would have the corresponding interpretations.

The default is Screen.

Applies to

Platforms and versions
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.