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 –> This class is a collection of predefined styles and helper methods for creating styles.
*System.Object **ThinkGeo.MapSuite.Core.AreaStyles
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() ![]() | GeoHatchStyle, GeoColor, GeoColor, GeoColor, Int32, LineDashStyle, Single, Single | This method returns a GeoHatchStyle. | |
![]() ![]() | GeoHatchStyle, GeoColor, GeoColor | This method returns an AreaStyle with a hatch pattern. | |
![]() ![]() | GeoHatchStyle, GeoColor, GeoColor, GeoColor | This method returns an AreaStyle with a hatch pattern. | |
![]() ![]() | GeoColor, GeoColor, Int32 | This method returns an AreaStyle. | |
![]() ![]() | GeoColor, GeoColor, Int32, GeoColor, GeoColor, Single | This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient. | |
![]() ![]() | GeoColor, GeoColor, Single | This method returns a linear gradient style. | |
![]() ![]() | GeoColor, GeoColor, Single, GeoColor | This method returns a linear gradient style. | |
![]() ![]() | GeoColor, GeoColor, Int32 | This method returns an AreaStyle in a family of quality-realted colors. | |
![]() ![]() | GeoColor, GeoColor, Int32, GeoColor, GeoColor, Single | This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient. | |
![]() ![]() | GeoColor | This method builds a simple area style. | |
![]() ![]() | GeoColor, GeoColor, Int32, LineDashStyle | This method builds a simple area style. | |
![]() ![]() | GeoColor, GeoColor, Int32 | This method builds a simple area style. | |
![]() ![]() | GeoColor, GeoColor | This method builds a simple area style. | |
![]() ![]() | GeoColor, Single, Single | This method builds a simple area style. | |
![]() ![]() | GeoColor, GeoColor, Int32, LineDashStyle, Single, Single | This method builds a simple area style. | |
![]() ![]() | GeoColor, GeoColor, Int32, Single, Single | This method builds a simple area style. | |
![]() ![]() | GeoColor, GeoColor, Single, Single | This method builds a simple area style. | |
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() ![]() | AreaStyle | This property gets a style that represents Antarctica1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Country1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Country2. | |
![]() ![]() | AreaStyle | This property gets a style that represents County1. | |
![]() ![]() | AreaStyle | This property gets a style that represents County2. | |
![]() ![]() | AreaStyle | This property gets a style that represents Crop1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Evergreen1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Evergreen2. | |
![]() ![]() | AreaStyle | This property gets a style that represents Forest1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Grass1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Military1. | |
![]() ![]() | AreaStyle | This property gets a style that represents NoData1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Park1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Sand1. | |
![]() ![]() | AreaStyle | This property gets a style that represents SeaIce1. | |
![]() ![]() | AreaStyle | This property gets a style that represents SnowIce1. | |
![]() ![]() | AreaStyle | This property gets a style that represents State1. | |
![]() ![]() | AreaStyle | This property gets a style that represents State2. | |
![]() ![]() | AreaStyle | This property gets a style that represents Swamp1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Swamp2. | |
![]() ![]() | AreaStyle | This property gets a style that represents Tundra1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Urban1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Urban2. | |
![]() ![]() | AreaStyle | This property gets a style that represents Water1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Water2. | |
![]() ![]() | AreaStyle | This property gets a style that represents WaterIntermittent1. | |
![]() ![]() | AreaStyle | This property gets a style that represents Wildlife1. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
<!– static –> This method returns a GeoHatchStyle.
This overload allows you to specify the background color, foreground color, border color and many other parameters.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method returns an AreaStyle with a hatch pattern. |
Name | Type | Description |
---|---|---|
hatchStyle | GeoHatchStyle<!– ThinkGeo.MapSuite.Core.GeoHatchStyle –> | This parameter is the hatch pattern to be used. |
foregroundBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This property is the color of the foreground of the hatch pattern. |
backgroundColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This property is the color of the background of the hatch pattern. |
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the border color for the area. |
outlinePenWidth | Int32<!– System.Int32 –> | This parameter is the border width for the area. |
outlineDashStyle | LineDashStyle<!– ThinkGeo.MapSuite.Core.LineDashStyle –> | This parameter is the dahs style to be used for the border. |
xOffsetInPixel | Single<!– System.Single –> | This parameter is the pixel offset for X. |
yOffsetInPixel | Single<!– System.Single –> | This parameter is the pixel offset for Y. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method returns an AreaStyle with a hatch pattern.
This overload allows you to specify the background and foreground color.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This property is the color of the foreground of the hatch pattern. |
Name | Type | Description |
---|---|---|
hatchStyle | GeoHatchStyle<!– ThinkGeo.MapSuite.Core.GeoHatchStyle –> | This parameter is the hatch pattern to be used. |
foregroundBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This property is the color of the foreground of the hatch pattern. |
backgroundBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This property is the color of the background of the hatch pattern. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method returns an AreaStyle with a hatch pattern.
This overload allows you to specify the background color, foreground color, and a border color.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method returns an AreaStyle with a hatch pattern. |
Name | Type | Description |
---|---|---|
hatchStyle | GeoHatchStyle<!– ThinkGeo.MapSuite.Core.GeoHatchStyle –> | This parameter is the hatch pattern to be used. |
foregroundBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This property is the color of the foreground of the hatch pattern. |
backgroundBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This property is the color of the background of the hatch pattern. |
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the border color for the area. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method returns an AreaStyle.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method returns an AreaStyle. |
Name | Type | Description |
---|---|---|
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter specifies the GeoPen you want to use on the outline of the area style. |
baseColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | The base GeoColor of the hue family colors. |
numberOfColors | Int32<!– System.Int32 –> | The number of GeoColors in hue family to construct the areastyle. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient. |
Name | Type | Description |
---|---|---|
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. |
baseColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | The base GeoColor for the hue family of colors. |
numberOfColors | Int32<!– System.Int32 –> | The number of GeoColors in the hue family to construct the AreaStyle. |
fromColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represents the starting GeoColor for the gradient. |
toColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represents the ending GeoColor for the gradient. |
angle | Single<!– System.Single –> | This parameter represents the angle for the gradient. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method returns a linear gradient style.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method returns an AreaStyle. |
Name | Type | Description |
---|---|---|
fromColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represents the starting GeoColor for the gradient. |
toColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represents the ending GeoColor for the gradient. |
angle | Single<!– System.Single –> | This parameter represents the angle of the color changing from start to end. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method returns a linear gradient style.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method returns an AreaStyle. |
Name | Type | Description |
---|---|---|
fromColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represents the starting GeoColor for the gradient. |
toColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represents the ending GeoColor for the gradient. |
angle | Single<!– System.Single –> | This parameter represents the angle of the color changing from start to end. |
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represents the outline pen color of the area style. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method returns an AreaStyle in a family of quality-realted colors.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method returns an AreaStyle in a family of quality-realted colors. |
Name | Type | Description |
---|---|---|
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. |
baseColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | The base GeoColor for the quality family of colors. |
numberOfColors | Int32<!– System.Int32 –> | The number of GeoColors in the quality-based family to construct the AreaStyle. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient. |
Name | Type | Description |
---|---|---|
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. |
baseColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | The base GeoColor for the quality family of colors. |
numberOfColors | Int32<!– System.Int32 –> | The number of GeoColors in quality-based family to construct the AreaStyle. |
fromColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represents the starting GeoColor for the gradient. |
toColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter represents the ending GeoColor for the gradient. |
angle | Single<!– System.Single –> | This parameter represents the angle for the gradient. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method builds a simple area style.
This overload allows you to specify just a fill color.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method builds a simple area style. |
Name | Type | Description |
---|---|---|
fillBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the fill color of the area. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method builds a simple area style.
This overload allows you to pass the fill color, pen color and pen width.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method builds a simple area style. |
Name | Type | Description |
---|---|---|
fillBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the fill color for the area. |
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the outline pen color for the area. |
outlinePenWidth | Int32<!– System.Int32 –> | This parameter is the outline pen width for the area. |
borderStyle | LineDashStyle<!– ThinkGeo.MapSuite.Core.LineDashStyle –> | This parameter is the BorderStyle for the area style. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method builds a simple area style.
This overload allows you to pass the fill color, pen color and pen width.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method builds a simple area style. |
Name | Type | Description |
---|---|---|
fillBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the fill color for the area. |
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the outline pen color for the area. |
outlinePenWidth | Int32<!– System.Int32 –> | This parameter is the outline pen width for the area. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method builds a simple area style.
This overload allows you to provide a fill and an outline.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method builds a simple area style. |
Name | Type | Description |
---|---|---|
fillBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the fill color for the area. |
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the outline pen color for the area. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method builds a simple area style.
This overload allows you to pass in the fill color and a pixel offset in X & Y.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method builds a simple area style. |
Name | Type | Description |
---|---|---|
fillBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the fill color for the area. |
xOffsetInPixel | Single<!– System.Single –> | This parameter is the X pixels offset for this area. |
yOffsetInPixel | Single<!– System.Single –> | This parameter is the Y pixels offset for this area. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method builds a simple area style.
This overload allows you to pass the fill color, pen color, pen width and X & Y offset.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method builds a simple area style. |
Name | Type | Description |
---|---|---|
fillBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the fill color for the area. |
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the outline pen color for the area. |
outlinePenWidth | Int32<!– System.Int32 –> | This parameter is the outline pen width for the area. |
borderStyle | LineDashStyle<!– ThinkGeo.MapSuite.Core.LineDashStyle –> | This parameter is the BorderStyle for the area. |
xOffsetInPixel | Single<!– System.Single –> | This parameter is the X pixels offset for this area. |
yOffsetInPixel | Single<!– System.Single –> | This parameter is the Y pixels offset for this area. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method builds a simple area style.
This overload allows you to pass the fill color, pen color, pen width and X & Y offset.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method builds a simple area style. |
Name | Type | Description |
---|---|---|
fillBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the fill color for the area. |
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the outline pen color for the area. |
outlinePenWidth | Int32<!– System.Int32 –> | This parameter is the outline pen width for the area. |
xOffsetInPixel | Single<!– System.Single –> | This parameter is the X pixels offset for this area. |
yOffsetInPixel | Single<!– System.Single –> | This parameter is the Y pixels offset for this area. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This method builds a simple area style.
This overload allows you to provide a fill, outline color and offset in X & Y.
Return Type | Description |
---|---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> | This method builds a simple area style. |
Name | Type | Description |
---|---|---|
fillBrushColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the fill color for the area. |
outlinePenColor | GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> | This parameter is the outline color for the area. |
xOffsetInPixel | Single<!– System.Single –> | This parameter is the X pixels offset for this area. |
yOffsetInPixel | Single<!– System.Single –> | This parameter is the Y pixels offset for this area. |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> 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
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
<!– static –> This property gets a style that represents Antarctica1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Country1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Country2.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents County1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents County2.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Crop1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Evergreen1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Evergreen2.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Forest1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Grass1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Military1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents NoData1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Park1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Sand1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents SeaIce1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents SnowIce1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents State1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents State2.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Swamp1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Swamp2.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Tundra1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Urban1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Urban2.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Water1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Water2.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents WaterIntermittent1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back
<!– static –> This property gets a style that represents Wildlife1.
Return Type |
---|
AreaStyle<!– ThinkGeo.MapSuite.Core.AreaStyle –> |
<!– ThinkGeo.MapSuite.Core.AreaStyles –> Go Back