ILineThicknessProperty

Description

interface Tinman.Engine.Scenes.Properties.ILineThicknessProperty

Extended by

CompassView sealed
Dome sealed
GeoPathTrack sealed
GeoPathTrail sealed
MapScaleGizmo sealed
ShapeStyle sealed
Vehicle

Base interface for classes that declare a LineThickness property.

Public / Attributes

Line​Thickness


public attribute LineThickness → (get,set)

value : float64

[>=0]
The line thickness, in pixels.

The thickness to use for drawing lines.

When set to 1, lines are rendered with a thickness of one screen pixel, using the alpha channel for transparency.

When set to value greater than 1, lines are rendered with the given thickness. The alpha channel is ignored.

Defaults to 1.