Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> Specifies how the features in a FeatureOverlay are drawn at the client side.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle</a>
*System.Object **ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
FeatureOverlayStyle | Initialize a new instance of the FeatureOverlayStyle class. | ||
FeatureOverlayStyle | GeoColor, GeoColor, Int32 | Initialize a new instance of the FeatureOverlayStyle class with fill color, outline color and outline width specified. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetType | Object | ||
ToJson | Returns a JSON string that represents the FeatureOverlayStyle object. | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
FillColor | GeoColor | Gets or sets a color used for painting the inside (fill) area of a shape. | |
OutlineColor | GeoColor | Gets or sets a color used for drawing the border of a shape. | |
OutlineWidth | Int32 | Gets or sets an integer value that indicates the border width of a shape. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize a new instance of the FeatureOverlayStyle class.
Initialize a new instance of the FeatureOverlayStyle class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#FeatureOverlayStyle.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#FeatureOverlayStyle.28.29</a>
| Name | Type | Description |
|---|
Initialize a new instance of the FeatureOverlayStyle class with fill color, outline color and outline width specified.
Initialize a new instance of the FeatureOverlayStyle class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#FeatureOverlayStyle.28GeoColor.2C_GeoColor.2C_Int32.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#FeatureOverlayStyle.28GeoColor.2C_GeoColor.2C_Int32.29</a>
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#Equals.28Object.29</a>
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#GetHashCode.28.29</a>
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a JSON string that represents the FeatureOverlayStyle object.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#ToJson.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#ToJson.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> | A JSON string that represents the FeatureOverlayStyle object. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#ToString.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#Finalize.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets a color used for painting the inside (fill) area of a shape.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#FillColor” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#FillColor</a>
| Return Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle –> Go Back
Gets or sets a color used for drawing the border of a shape.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#OutlineColor” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#OutlineColor</a>
| Return Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle –> Go Back
Gets or sets an integer value that indicates the border width of a shape.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#OutlineWidth” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle#OutlineWidth</a>
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.