MapWinGIS:tkLineStipple
From MapWindow GIS
The tkLineStipple enumerations are used to determine the stipple used when drawing a line shapefile in the map.
Values
| Name | Summary |
|---|---|
| lsCustom |
This is an example of a line shapefile drawn with a custom line stipple. To use a custom line stipple for a shapefile displayed in the map, you must set the UDLineStipple property for the layer in the map. |
| lsDotted |
This is an example of a line shapefile drawn with a dotted line stipple. |
| lsDashed |
This is an example of a line shapefile drawn with a dashed line stipple. |
| lsDashDotDash |
This is an example of a line shapefile drawn with a dash-dot-dash line stipple. |
| lsDoubleSolid |
This is an example of a line shapefile drawn with a double solid line stipple. |
| lsDoubleSolidPlusDash |
This is an example of a line shapefile drawn with a double solid-plus dash line stipple. This line stipple is intended to mimic a road with a dashed centerline. |
| lsNone |
This is an example of a line shapefile drawn with a no line stipple. |
| lsTrainTracks |
This is an example of a line shapefile drawn with a train track line stipple. |
