ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> Specifies how the features in a FeatureOverlay are drawn at the client side.
*System.Object **ThinkGeo.MapSuite.MvcEdition.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 |
|---|---|---|---|
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.
| 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.
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Load this object from a json string.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| jsonString | String<!– System.String –> | a json string |
<!– ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a JSON string that represents the FeatureOverlayStyle object.
| Return Type | Description |
|---|---|
| String<!– System.String –> | A JSON string that represents the FeatureOverlayStyle object. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| 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.
| Return Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle –> Go Back
Gets or sets a color used for drawing the border of a shape.
| Return Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle –> Go Back
Gets or sets an integer value that indicates the border width of a shape.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.FeatureOverlayStyle –> Go Back