====== ThinkGeo.MapSuite.SilverlightCore.LineDashStyle ====== {{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.