ILineThicknessProperty
Description
- 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
LineThickness
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
.
- See also