This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.silverlightcore.drawinglinecap [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightcore.drawinglinecap [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.SilverlightCore.DrawingLineCap ====== | ====== ThinkGeo.MapSuite.SilverlightCore.DrawingLineCap ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | This enumeration represents the available cap styles with which a GeoPen object can end a line. | ||
| + | == Remarks == | ||
| + | None | ||
| + | == Items == | ||
| + | **Flat** | ||
| + | * **Summary**:This member specifies a flat line cap. | ||
| - | <!-- Enumeration --> | + | **AnchorMask** |
| - | ===== Items ===== | + | * **Summary**:This member specifies a mask used to check whether a line cap is an anchor cap. |
| - | ^ Name ^ Summary ^ | + | |
| - | | Round | | | + | **ArrowAnchor** |
| - | | AnchorMask | | | + | * **Summary**:This member specifies an arrow-shaped anchor cap. |
| - | | ArrowAnchor | | | + | |
| - | | Custom | | | + | **Custom** |
| - | | DiamondAnchor | | | + | * **Summary**:This member specifies a custom line cap. |
| - | | Flat | | | + | |
| - | | NoAnchor | | | + | **DiamondAnchor** |
| - | | RoundAnchor | | | + | * **Summary**:This member specifies a diamond anchor cap. |
| - | | Square | | | + | |
| - | | SquareAnchor | | | + | **Round** |
| - | | Triangle | | | + | * **Summary**:This member specifies a round line cap. |
| + | |||
| + | **NoAnchor** | ||
| + | * **Summary**:This member specifies no anchor. | ||
| + | |||
| + | **RoundAnchor** | ||
| + | * **Summary**:This member specifies a round anchor cap. | ||
| + | |||
| + | **Square** | ||
| + | * **Summary**:This member specifies a square line cap. | ||
| + | |||
| + | **SquareAnchor** | ||
| + | * **Summary**:This member specifies a square anchor line cap. | ||
| + | |||
| + | **Triangle** | ||
| + | * **Summary**:This member specifies a triangular line cap. | ||
| - | __NOTOC__ | ||
| - | [[Category:SilverlightMapSuiteCore]] | ||
| - | [[Category:ThinkGeo.MapSuite.SilverlightCore]] | ||
| - | [[Category:UpdateDocumentation]] | ||