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
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 |