LineVisualizer.OrthogonalOffset Property
Gets or sets a value specifying that the line should be rendered a certain distance from the original line.
Syntax
public AttributeVariable< System.Double > OrthogonalOffset { get; set; }
Property Value
Default: 0.0
A distance to offset the line.
Remarks
The offset can be expressed in pixels or in meters, as specified by the LengthUnit property. A positive value will offset the line to the left; a negative value to the right.
This property is not supported for regular 3D layers, but it can be used for the surface layers of a globe view.
Platforms
Windows, Linux, Android