This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo_style_guide [2019/10/21 06:23] tgwikiupdate [Custom ZoomLevels] |
thinkgeo_style_guide [2019/10/21 06:58] (current) tgwikiupdate [Predefined Styles] |
||
---|---|---|---|
Line 157: | Line 157: | ||
**Popular ZoomLevelSets** | **Popular ZoomLevelSets** | ||
- | {{section>thinkgeo.mapsuite.core.zoomlevelset#Inheritance Hierarchy}} | + | {{section>12.0/apis/thinkgeo.core.zoomlevelset#inheritance_hierarchy}} |
| | ||
- | **Map Suite Desktop for WinForms** | ||
- | <code csharp> | ||
- | //Snap the map to the Bing Maps ZoomLevels | ||
- | //Place this code where you setup your map control | ||
- | winformsMap1.ZoomLevelSet = new BingMapsZoomLevelSet(); | ||
- | |||
- | //Use the scales for Bing Maps in FeatureLayer | ||
- | //Place this code where you setup each layer | ||
- | shapefileFeatureLayer.ZoomLevelSet = new BingMapsZoomLevelSet(); | ||
- | </code> | ||
- | |||
**Map Suite Desktop for WPF** | **Map Suite Desktop for WPF** | ||
<code csharp> | <code csharp> | ||
//Snap the map to the Bing Maps ZoomLevels | //Snap the map to the Bing Maps ZoomLevels | ||
//Place this code where you setup your map control | //Place this code where you setup your map control | ||
- | WpfMap.SyncZoomLevels(new BingMapsZoomLevelSet()); | + | WpfMap.ZoomLevelSet = new BingMapsZoomLevelSet(); |
//Use the scales for Bing Maps in FeatureLayer | //Use the scales for Bing Maps in FeatureLayer | ||
Line 181: | Line 170: | ||
</code> | </code> | ||
- | **Map Suite Web for WebForms** | ||
- | <code csharp> | ||
- | //Use the scales for Bing Maps in FeatureLayer | ||
- | //Place this code where you setup each layer | ||
- | shapefileFeatureLayer.ZoomLevelSet = new BingMapsZoomLevelSet(); | ||
- | </code> | ||
===== Pens, Brushes & Fonts ===== | ===== Pens, Brushes & Fonts ===== | ||
Line 204: | Line 187: | ||
**Properties** | **Properties** | ||
- | {{section>thinkgeo.mapsuite.core.geopen#Public Properties}} | + | {{section>12.0/apis/thinkgeo.core.geopen#Public Properties}} |
- | [[ThinkGeo.MapSuite.Core.GeoPen|You can find the complete API documentation for the GeoPen here.]] | + | [[12.0/apis/thinkgeo.core.geopen|You can find the complete API documentation for the GeoPen here.]] |
==== GeoBrush ==== | ==== GeoBrush ==== | ||
Line 219: | Line 202: | ||
**Properties** | **Properties** | ||
- | {{section>thinkgeo.mapsuite.core.geosolidbrush#Public Properties}} | + | {{section>12.0/apis/thinkgeo.core.geosolidbrush#Public Properties}} |
- | [[ThinkGeo.MapSuite.Core.GeoSolidBrush|You can find the complete API documentation for the GeoSolidBrush here.]] | + | [[12.0/apis/thinkgeo.core.geosolidbrush|You can find the complete API documentation for the GeoSolidBrush here.]] |
==== GeoHatchBrush ==== | ==== GeoHatchBrush ==== | ||
Line 239: | Line 222: | ||
* Grids | * Grids | ||
* Bricks | * Bricks | ||
- | * [[ThinkGeo.MapSuite.Core.GeoHatchStyle|Complete listing here...]] | + | * [[12.0/apis/ThinkGeo.Core.GeoHatchStyle|Complete listing here...]] |
**Properties** | **Properties** | ||
- | {{section>ThinkGeo.MapSuite.Core.GeoHatchBrush#Public Properties}} | + | {{section>12.0/apis/ThinkGeo.Core.GeoHatchBrush#Public Properties}} |
- | [[ThinkGeo.MapSuite.Core.GeoHatchBrush|You can find the complete API documentation for the GeoHatchBrush here.]] | + | [[12.0/apis/ThinkGeo.Core.GeoHatchBrush|You can find the complete API documentation for the GeoHatchBrush here.]] |
==== GeoTextureBrush ==== | ==== GeoTextureBrush ==== | ||
Line 251: | Line 234: | ||
{{:Map Suite Services Edition Screenshot Gallery ChartsGraphs.png ?250|Sample Texture Brushes}} | {{:Map Suite Services Edition Screenshot Gallery ChartsGraphs.png ?250|Sample Texture Brushes}} | ||
</div> | </div> | ||
- | The GeoTextureBrush allows you to fill an are with an texture image. You can use this to represent natural effect such as water, sand, forest etc. It is also useful for high impact polygons fills such an area that is currently dangerous having a semitransparent warning tile. It is important to note that there are a number of ways the image tiles can be wrapped or flipped and you can find the details in [[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] property. | + | The GeoTextureBrush allows you to fill an are with an texture image. You can use this to represent natural effect such as water, sand, forest etc. It is also useful for high impact polygons fills such an area that is currently dangerous having a semitransparent warning tile. It is important to note that there are a number of ways the image tiles can be wrapped or flipped and you can find the details in [[12.0/apis/ThinkGeo.Core.GeoBrushWrapMode|GeoWrapMode]] property. |
**Properties** | **Properties** | ||
- | {{section>thinkgeo.mapsuite.core.geotexturebrush#Public Properties}} | + | {{section>12.0/apis/thinkgeo.core.geotexturebrush#Public Properties}} |
- | [[ThinkGeo.MapSuite.Core.GeoTextureBrush|You can find the complete API documentation for the GeoTextureBrush here.]] | + | [[12.0/apis/ThinkGeo.Core.GeoTextureBrush|You can find the complete API documentation for the GeoTextureBrush here.]] |
==== GeoLinearGradientBrush ==== | ==== GeoLinearGradientBrush ==== | ||
Line 267: | Line 250: | ||
**Properties** | **Properties** | ||
- | {{section>ThinkGeo.MapSuite.Core.GeoLinearGradientBrush#Public Properties}} | + | {{section>12.0/apis/ThinkGeo.Core.GeoLinearGradientBrush#Public Properties}} |
- | [[ThinkGeo.MapSuite.Core.GeoLinearGradientBrush |You can find the complete API documentation for the GeoLinearGradientBrush here.]] | + | [[12.0/apis/ThinkGeo.Core.GeoLinearGradientBrush |You can find the complete API documentation for the GeoLinearGradientBrush here.]] |
==== GeoFont ==== | ==== GeoFont ==== | ||
Line 279: | Line 262: | ||
**Properties** | **Properties** | ||
- | {{section>ThinkGeo.MapSuite.Core.GeoFont#Public Properties}} | + | {{section>12.0/apis/ThinkGeo.Core.GeoFont#Public Properties}} |
+ | |||
+ | [[12.0/apis/ThinkGeo.Core.GeoFont |You can find the complete API documentation for the GeoFont here.]] | ||
- | [[ThinkGeo.MapSuite.Core.GeoFont |You can find the complete API documentation for the GeoFont here.]] | ||
- | ===== Predefined Styles ===== | ||
- | [[map_suite_predefined_styles|Map Suite Predefined Style Guide]] | ||
===== Simple Styles ===== | ===== Simple Styles ===== | ||
==== AreaStyle ==== | ==== AreaStyle ==== |