LineVisualizer.Width Property
Gets or sets the width of the line.
Syntax
public AttributeVariable< System.Double > Width { get; set; }
Property Value
Default: 1.0
The width of the line.
Remarks
In 2D views, and in the surface layers of a 3D globe view, the width can be expressed in pixels or in meters, as specified by the LengthUnit property.
For regular 3D layers, width is always specified in pixels, regardless of the LengthUnit value. In this case the line width may also be limited by the graphics driver, typically to 10 pixels in OpenGL, and possibly only 1 pixel in DirectX.
Platforms
Windows, Linux, Android