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 and points.
When set to 1
, lines and points 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 and points are rendered as circles with the given thickness as diameter. The alpha channel is ignored.
Defaults to 1
.
- See also