This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.core.linedashstyle [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.linedashstyle [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.LineDashStyle ====== | ====== ThinkGeo.MapSuite.Core.LineDashStyle ====== | ||
- | O:15:"HistoryBlobStub":3:{s:6:"mOldId";s:5:"21746";s:5:"mHash";s:32:"a94fc7a937755fddf5e323301c601ef9";s:4:"mRef";s:5:"35461";} | + | {{section>upgrade_map_suite_to_10.0}} |
+ | |||
+ | This enumeration specifies the style of dashed lines drawn with a GeoPen object. | ||
+ | == Remarks == | ||
+ | None | ||
+ | == Items == | ||
+ | **Solid** | ||
+ | * **Summary**:Specifies a solid line. | ||
+ | |||
+ | **Custom** | ||
+ | * **Summary**:Specifies a user-defined custom dash style. | ||
+ | |||
+ | **DashDot** | ||
+ | * **Summary**:Specifies a line consisting of a repeating pattern of dash-dot. | ||
+ | |||
+ | **DashDotDot** | ||
+ | * **Summary**:Specifies a line consisting of a repeating pattern of dash-dot-dot. | ||
+ | |||
+ | **Dot** | ||
+ | * **Summary**:Specifies a line consisting of dots. | ||
+ | |||
+ | **Dash** | ||
+ | * **Summary**:Specifies a line consisting of dashes. | ||