User Tools

Site Tools


thinkgeo.mapsuite.core.areastyles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.areastyles [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.areastyles [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.AreaStyles ====== ====== ThinkGeo.MapSuite.Core.AreaStyles ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class is a collection of predefined styles and helper methods for creating styles. This class is a collection of predefined styles and helper methods for creating styles.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.Core.AreaStyles]]+    ***ThinkGeo.MapSuite.Core.AreaStyles**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateHatchStyle(GeoHatchStyle,​ GeoColor, GeoColor, GeoColor, Int32, LineDashStyle,​ Single, Single)|CreateHatchStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Int32, [[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]],​ Single, Single ​  ​| ​   | This method returns a GeoHatchStyle. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateHatchStyle(GeoHatchStyle,​ GeoColor, GeoColor)|CreateHatchStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | This method returns an AreaStyle with a hatch pattern. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateHatchStyle(GeoHatchStyle,​ GeoColor, GeoColor, GeoColor)|CreateHatchStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | This method returns an AreaStyle with a hatch pattern. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateHueFamilyAreaStyle(GeoColor,​ GeoColor, Int32)|CreateHueFamilyAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Int32   ​| ​   | This method returns an AreaStyle. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateHueFamilyLinearGradientAreaStyle(GeoColor,​ GeoColor, Int32, GeoColor, GeoColor, Single)|CreateHueFamilyLinearGradientAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Int32, [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Single ​  ​| ​   | This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateLinearGradientStyle(GeoColor,​ GeoColor, Single)|CreateLinearGradientStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Single ​  ​| ​   | This method returns a linear gradient style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateLinearGradientStyle(GeoColor,​ GeoColor, Single, GeoColor)|CreateLinearGradientStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Single, [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | This method returns a linear gradient style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateQualityFamilyAreaStyle(GeoColor,​ GeoColor, Int32)|CreateQualityFamilyAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Int32   ​| ​   | This method returns an AreaStyle in a family of quality-realted colors. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateQualityFamilyLinearGradientAreaStyle(GeoColor,​ GeoColor, Int32, GeoColor, GeoColor, Single)|CreateQualityFamilyLinearGradientAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Int32, [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Single ​  ​| ​   | This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateSimpleAreaStyle(GeoColor)|CreateSimpleAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | This method builds a simple area style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateSimpleAreaStyle(GeoColor,​ GeoColor, Int32, LineDashStyle)|CreateSimpleAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Int32, [[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] ​  ​| ​   | This method builds a simple area style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateSimpleAreaStyle(GeoColor,​ GeoColor, Int32)|CreateSimpleAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Int32   ​| ​   | This method builds a simple area style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateSimpleAreaStyle(GeoColor,​ GeoColor)|CreateSimpleAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | This method builds a simple area style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateSimpleAreaStyle(GeoColor,​ Single, Single)|CreateSimpleAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Single, Single ​  ​| ​   | This method builds a simple area style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateSimpleAreaStyle(GeoColor,​ GeoColor, Int32, LineDashStyle,​ Single, Single)|CreateSimpleAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Int32, [[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]],​ Single, Single ​  ​| ​   | This method builds a simple area style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateSimpleAreaStyle(GeoColor,​ GeoColor, Int32, Single, Single)|CreateSimpleAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Int32, Single, Single ​  ​| ​   | This method builds a simple area style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateSimpleAreaStyle(GeoColor,​ GeoColor, Single, Single)|CreateSimpleAreaStyle]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]],​ Single, Single ​  ​| ​   | This method builds a simple area style. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Antarctica1|Antarctica1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Antarctica1. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Country1|Country1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Country1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Country2|Country2]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Country2. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​County1|County1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents County1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​County2|County2]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents County2. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Crop1|Crop1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Crop1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Evergreen1|Evergreen1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Evergreen1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Evergreen2|Evergreen2]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Evergreen2. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Forest1|Forest1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Forest1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Grass1|Grass1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Grass1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Military1|Military1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Military1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​NoData1|NoData1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents NoData1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Park1|Park1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Park1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Sand1|Sand1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Sand1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​SeaIce1|SeaIce1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents SeaIce1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​SnowIce1|SnowIce1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents SnowIce1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​State1|State1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents State1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​State2|State2]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents State2. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Swamp1|Swamp1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Swamp1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Swamp2|Swamp2]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Swamp2. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Tundra1|Tundra1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Tundra1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Urban1|Urban1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Urban1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Urban2|Urban2]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Urban2. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Water1|Water1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Water1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​Water2|Water2]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Water2. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:​Static.gif|Static Member}}[[#​WaterIntermittent1|WaterIntermittent1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents WaterIntermittent1. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#​Wildlife1|Wildlife1]] ​  | [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] ​  ​| ​   | This property gets a style that represents Wildlife1. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Boolean 
-===== Public Methods ===== +  * Description:N/A
-==== CreateHatchStyle(GeoHatchStyle,​ GeoColor, GeoColor, GeoColor, Int32, LineDashStyle,​ Single, Single) ==== +
-<!-- static --> +
-This method returns a GeoHatchStyle. +
-=== Overloads === +
-This overload allows you to specify the background color, foreground color, border color and many other parameters. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method returns an AreaStyle with a hatch pattern. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //obj// 
-| hatchStyle ​  | [[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]]<​!-- ThinkGeo.MapSuite.Core.GeoHatchStyle --> ​  | This parameter is the hatch pattern to be used.   | +    * Type:Object 
-| foregroundBrushColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This property is the color of the foreground of the hatch pattern. ​  | +    * Description:N/A
-| backgroundColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This property is the color of the background of the hatch pattern. ​  | +
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 ​  | [[ThinkGeo.MapSuite.Core.LineDashStyle|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 --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-==== CreateHatchStyle(GeoHatchStyle,​ GeoColor, GeoColor) ==== +
-<!-- static --+
-This method returns an AreaStyle with a hatch pattern. +
-=== Overloads === +
-This overload allows you to specify the background and foreground color. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This property is the color of the foreground of the hatch pattern. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| hatchStyle ​  | [[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]]<​!-- ThinkGeo.MapSuite.Core.GeoHatchStyle --> ​  | This parameter is the hatch pattern to be used.   | +  ​* //N/A//
-| foregroundBrushColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This property is the color of the foreground of the hatch pattern. ​  | +
-| backgroundBrushColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This property is the color of the background of the hatch pattern. ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== CreateHatchStyle(GeoHatchStyle,​ GeoColor, GeoColor, GeoColor) ==== +  * Description:N/A
-<!-- static --> +
-This method returns an AreaStyle with a hatch pattern. +
-=== Overloads === +
-This overload allows you to specify the background color, foreground color, and a border color. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method returns an AreaStyle with a hatch pattern. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| hatchStyle ​  | [[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]]<!-- ThinkGeo.MapSuite.Core.GeoHatchStyle --  | This parameter is the hatch pattern to be used.   | +** {{wiki:​PublicMethod.gif|}} GetType() **
-| foregroundBrushColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --  | This property is the color of the foreground of the hatch pattern. ​  | +
-| backgroundBrushColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This property is the color of the background of the hatch pattern. ​  | +
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter is the border color for the area  ​|+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CreateHueFamilyAreaStyle(GeoColor,​ GeoColor, Int32) ==== +  * //N/A//
-<!-- static --> +
-This method returns an AreaStyle. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method returns an AreaStyle. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Type 
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter specifies the GeoPen you want to use on the outline of the area style. ​  | +  Description:N/A
-| baseColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div
-==== CreateHueFamilyLinearGradientAreaStyle(GeoColor,​ GeoColor, Int32, GeoColor, GeoColor, Single) ​==== +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor) **
-<!-- static --+
-This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient. ​  |+
  
-=== Parameters === +  * //This method builds a simple area style.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. ​  | +  ​* //None//
-| baseColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter represents the starting GeoColor for the gradient. ​  | +
-| toColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-==== CreateLinearGradientStyle(GeoColor,​ GeoColor, Single) ==== +  * Description:​This method ​builds a simple area style.
-<!-- static --> +
-This method returns a linear gradient style. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  ​| ​This method ​returns an AreaStyle  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​fillBrushColor//​ 
-| fromColor ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter represents the starting GeoColor for the gradient. ​  | +    * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-| toColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  ​| ​This parameter ​represents ​the ending GeoColor for the gradient. ​  | +    * Description:​This parameter ​is the fill color of the area.
-| angle   | Single<​!-- System.Single --> ​  | This parameter represents the angle of the color changing from start to end  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor) ​**
-==== CreateLinearGradientStyle(GeoColor, GeoColor, Single, GeoColor) ​==== +
-<!-- static --> +
-This method returns a linear gradient style. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method returns an AreaStyle. ​  |+
  
-=== Parameters === +  * //This method builds a simple area style.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| fromColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter represents the starting GeoColor for the gradient. ​  | +  ​* //None//
-| toColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter represents the outline pen color of the area style. ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-==== CreateQualityFamilyAreaStyle(GeoColor,​ GeoColor, Int32) ==== +  * Description:​This method ​builds ​simple area style.
-<!-- static --> +
-This method returns an AreaStyle in a family of quality-realted colors. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  ​| ​This method ​returns an AreaStyle in family of quality-realted colors  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​fillBrushColor//​ 
-| outlinePenColor ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  ​| ​This parameter ​specifies ​the GeoPen you want to use on the outline of the AreaStyle. ​  | +    * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-| baseColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | The base GeoColor ​for the quality family of colors  | +    * Description:​This parameter ​is the fill color for the area.
-| numberOfColors ​  | Int32<​!-- System.Int32 --> ​  | The number of GeoColors in the quality-based family to construct the AreaStyle. ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​outlinePenColor//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== CreateQualityFamilyLinearGradientAreaStyle(GeoColor,​ GeoColor, Int32, GeoColor, GeoColor, Single) ==== +    * Description:​This parameter is the outline pen color for the area.
-<!-- static --> +
-This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  ​| ​This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient  |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32) **
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --  | This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. ​  | +
-| baseColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter represents the starting GeoColor for the gradient. ​  | +
-| toColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 --> +  * //This method builds a simple area style.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CreateSimpleAreaStyle(GeoColor) ==== +  * //None//
-<!-- static --> +
-This method builds a simple area style. +
-=== Overloads === +
-This overload allows you to specify just a fill color. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method builds a simple area style. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-| fillBrushColor ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  ​| ​This parameter is the fill color of the area.   |+  * Description:​This method builds a simple ​area style.
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​fillBrushColor//​ 
-==== CreateSimpleAreaStyle(GeoColor,​ GeoColor, Int32, LineDashStyle) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-<!-- static --> +    * Description:​This parameter is the fill color for the area.
-This method builds a simple area style. +
-=== Overloads === +
-This overload allows you to pass the fill color, pen color and pen width. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  ​| ​This method builds a simple ​area style  |+
  
-=== Parameters === +  * //​outlinePenColor//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-| fillBrushColor ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter is the fill color for the area.   | +    * Description:​This parameter is the outline pen color for the area.
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 ​  | [[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]]<​!-- ThinkGeo.MapSuite.Core.LineDashStyle --> ​  | This parameter is the BorderStyle for the area style. ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​outlinePenWidth//​ 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== CreateSimpleAreaStyle(GeoColor,​ GeoColor, ​Int32) ==== +    * Description:​This parameter is the outline ​pen width for the area.
-<!-- static --> +
-This method builds a simple area style. +
-=== Overloads === +
-This overload allows you to pass the fill color, pen color and pen width+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method builds a simple ​area style  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,​LineDashStyle) **
-| fillBrushColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --  | This parameter is the fill color for the area  ​| +
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 --> +  * //This method builds a simple area style.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CreateSimpleAreaStyle(GeoColor,​ GeoColor) ==== +  * //None//
-<!-- static --> +
-This method builds a simple area style. +
-=== Overloads === +
-This overload allows you to provide a fill and an outline. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method builds a simple area style. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-| fillBrushColor ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter is the fill color for the area.   | +  * Description:​This method builds a simple ​area style.
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  ​| ​This parameter is the outline pen color for the area.   |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​fillBrushColor//​ 
-==== CreateSimpleAreaStyle(GeoColor,​ Single, Single) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-<!-- static --> +    * Description:​This parameter is the fill color for the area.
-This method builds a simple area style. +
-=== Overloads === +
-This overload allows you to pass in the fill color and a pixel offset in X & Y. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  ​| ​This method builds a simple ​area style  |+
  
-=== Parameters === +  * //​outlinePenColor//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-| fillBrushColor ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  ​| ​This parameter is the fill color for the area.   | +    * Description:​This parameter is the outline pen 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 --> +  * //​outlinePenWidth//​ 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== CreateSimpleAreaStyle(GeoColor,​ GeoColor, ​Int32, LineDashStyle,​ Single, Single) ==== +    * Description:​This parameter is the outline ​pen width for the area.
-<!-- static --> +
-This method builds a simple area style. +
-=== Overloads === +
-This overload allows you to pass the fill color, pen color, ​pen width and X & Y offset. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method builds a simple ​area style  |+
  
-=== Parameters === +  * //​borderStyle//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] 
-| fillBrushColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter is the fill color for the area.   | +    * Description:​This parameter is the BorderStyle for the area style.
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 ​  ​| ​[[ThinkGeo.MapSuite.Core.LineDashStyle|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 --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} ​CreateSimpleAreaStyle(GeoColor,​Single,​Single) ​**
-==== CreateSimpleAreaStyle(GeoColor, GeoColor, Int32, Single, Single) ​==== +
-<!-- static --> +
-This method builds a simple area style. +
-=== Overloads === +
-This overload allows you to pass the fill color, pen color, pen width and X & Y offset. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  | This method builds a simple area style. ​  |+
  
-=== Parameters === +  * //This method builds a simple area style.// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| fillBrushColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter is the fill color for the area.   | +  ​* //None//
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|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 --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-==== CreateSimpleAreaStyle(GeoColor,​ GeoColor, Single, Single) ==== +  * Description:​This method builds a simple area style.
-<!-- static --> +
-This method builds a simple area style. +
-=== Overloads === +
-This overload allows you to provide a fill, outline color and offset in X & Y. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  ​| ​This method builds a simple area style. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​fillBrushColor//​ 
-| fillBrushColor ​  ​| ​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  ​| ​This parameter is the fill color for the area.   | +    * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-| outlinePenColor ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  | This parameter is the outline color for the area.   | +    * Description:​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 --> +  * //​xOffsetInPixel//​ 
-[[#Public Methods|Go Back]] +    * Type:Single 
-==== Equals(Object) ==== +    ​* ​Description:This parameter is the X pixels offset for this area.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​yOffsetInPixel//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Single 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+    ​* Description:​This parameter is the Y pixels offset for this area.
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Single,​Single**
-==== GetHashCode() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //This method builds a simple area style.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //None//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-==== GetType() ==== +  * Description:This method builds a simple area style.
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​fillBrushColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:This parameter is the fill color for the area.
  
-<!-- System.Object --> +  * //​outlinePenColor//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== ToString() ==== +    ​* ​Description:This parameter is the outline color for the area.
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +  * //​xOffsetInPixel//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Single 
 +    * Description:This parameter is the X pixels offset for this area.
  
-<!-- System.Object --> +  * //​yOffsetInPixel//​ 
-[[#Public Methods|Go Back]] +    * Type:Single 
-===== Protected Methods ===== +    ​* ​Description:This parameter is the Y pixels offset for this area.
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​Single,​Single) **
  
-<!-- System.Object --> +  * //This method builds a simple area style.// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //None//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
 +  Description:This method builds a simple area style.
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​fillBrushColor//​ 
-===== Public Properties ===== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== Antarctica1 ==== +    * Description:​This parameter is the fill color for the area.
-<!-- static --> +
-This property gets a style that represents Antarctica1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​outlinePenColor//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== Country1 ==== +    * Description:​This parameter is the outline pen color for the area.
-<!-- static --> +
-This property gets a style that represents Country1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​outlinePenWidth//​ 
-[[#Public Properties|Go Back]] +    * Type:Int32 
-==== Country2 ==== +    * Description:​This parameter is the outline pen width for the area.
-<!-- static --> +
-This property gets a style that represents Country2. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​xOffsetInPixel//​ 
-[[#Public Properties|Go Back]] +    * Type:Single 
-==== County1 ==== +    * Description:​This parameter is the X pixels offset for this area.
-<!-- static --> +
-This property gets a style that represents County1. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​yOffsetInPixel//​ 
-[[#Public Properties|Go Back]] +    * Type:Single 
-==== County2 ==== +    * Description:​This parameter is the Y pixels offset for this area.
-<!-- static --> +
-This property gets a style that represents County2. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +<div newline></div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateSimpleAreaStyle(GeoColor,​GeoColor,​Int32,​LineDashStyle,​Single,​Single) **
-==== Crop1 ==== +
-<!-- static --+
-This property gets a style that represents Crop1. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //This method builds ​simple area style.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Evergreen1 ==== +  * //None//
-<!-- static --> +
-This property gets a style that represents Evergreen1+
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-==== Evergreen2 ==== +  * Description:​This method builds a simple area style.
-<!-- static --> +
-This property gets a style that represents Evergreen2. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​fillBrushColor//​ 
-==== Forest1 ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-<!-- static --> +    * Description:​This parameter is the fill color for the area.
-This property gets a style that represents Forest1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​outlinePenColor//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== Grass1 ==== +    * Description:​This parameter is the outline pen color for the area.
-<!-- static --> +
-This property gets a style that represents Grass1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​outlinePenWidth//​ 
-[[#Public Properties|Go Back]] +    * Type:Int32 
-==== Military1 ==== +    * Description:​This parameter is the outline pen width for the area.
-<!-- static --> +
-This property gets a style that represents Military1. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​borderStyle//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] 
-==== NoData1 ==== +    * Description:​This parameter is the BorderStyle for the area.
-<!-- static --> +
-This property gets a style that represents NoData1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​xOffsetInPixel//​ 
-[[#Public Properties|Go Back]] +    * Type:Single 
-==== Park1 ==== +    * Description:​This parameter is the X pixels offset for this area.
-<!-- static --> +
-This property gets a style that represents Park1. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​yOffsetInPixel//​ 
-[[#Public Properties|Go Back]] +    * Type:Single 
-==== Sand1 ==== +    * Description:​This parameter is the Y pixels offset for this area.
-<!-- static --> +
-This property gets a style that represents Sand1. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +<div newline></div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHatchStyle(GeoHatchStyle,​GeoColor,​GeoColor) **
-==== SeaIce1 ==== +
-<!-- static --+
-This property gets a style that represents SeaIce1. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //This method returns an AreaStyle with hatch pattern.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== SnowIce1 ==== +  * //None//
-<!-- static --> +
-This property gets style that represents SnowIce1+
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-==== State1 ==== +  * Description:​This property is the color of the foreground of the hatch pattern.
-<!-- static --> +
-This property gets a style that represents State1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​hatchStyle//​ 
-==== State2 ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]] 
-<!-- static --> +    * Description:​This parameter is the hatch pattern to be used.
-This property gets a style that represents State2. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​foregroundBrushColor//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== Swamp1 ==== +    * Description:​This property is the color of the foreground of the hatch pattern.
-<!-- static --> +
-This property gets a style that represents Swamp1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​backgroundBrushColor//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== Swamp2 ==== +    * Description:​This property is the color of the background of the hatch pattern.
-<!-- static --> +
-This property gets a style that represents Swamp2. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +<div newline></div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHatchStyle(GeoHatchStyle,​GeoColor,​GeoColor,​GeoColor) **
-==== Tundra1 ==== +
-<!-- static --+
-This property gets a style that represents Tundra1. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //This method returns an AreaStyle with hatch pattern.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Urban1 ==== +  * //None//
-<!-- static --> +
-This property gets style that represents Urban1+
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<​!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
-==== Urban2 ==== +  * Description:​This method returns an AreaStyle with a hatch pattern.
-<!-- static --> +
-This property gets a style that represents Urban2. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​hatchStyle//​ 
-==== Water1 ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]] 
-<!-- static --> +    * Description:​This parameter is the hatch pattern to be used.
-This property gets a style that represents Water1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​foregroundBrushColor//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== Water2 ==== +    * Description:​This property is the color of the foreground of the hatch pattern.
-<!-- static --> +
-This property gets a style that represents Water2. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​backgroundBrushColor//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== WaterIntermittent1 ==== +    * Description:​This property is the color of the background of the hatch pattern.
-<!-- static --> +
-This property gets a style that represents WaterIntermittent1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --> +  * //​outlinePenColor//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-==== Wildlife1 ==== +    * Description:​This parameter is the border color for the area.
-<!-- static --> +
-This property gets a style that represents Wildlife1. +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]<!-- ThinkGeo.MapSuite.Core.AreaStyle --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.AreaStyles --+<div newline></​div>​ 
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHatchStyle(GeoHatchStyle,​GeoColor,​GeoColor,​GeoColor,​Int32,​LineDashStyle,​Single,​Single) ** 
-===== Protected Properties ​===== + 
-===== Public Events ​===== +  * //This method returns a GeoHatchStyle.//​ 
-__NOTOC__ +== Remarks == 
-[[Category:MapSuiteCore]] +  * //N/A// 
-[[Category:​ThinkGeo.MapSuite.Core]] + 
-[[Category:UpdateDocumentation]]+== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
 +  * Description:​This method returns an AreaStyle with a hatch pattern. 
 + 
 +== Parameters == 
 +  * //​hatchStyle//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoHatchStyle|GeoHatchStyle]] 
 +    * Description:​This parameter is the hatch pattern to be used. 
 + 
 +  * //​foregroundBrushColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This property is the color of the foreground of the hatch pattern. 
 + 
 +  * //​backgroundColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This property is the color of the background of the hatch pattern. 
 + 
 +  * //​outlinePenColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter is the border color for the area. 
 + 
 +  * //​outlinePenWidth//​ 
 +    * Type:​Int32 
 +    * Description:​This parameter is the border width for the area. 
 + 
 +  * //​outlineDashStyle//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.LineDashStyle|LineDashStyle]] 
 +    * Description:​This parameter is the dahs style to be used for the border. 
 + 
 +  * //​xOffsetInPixel//​ 
 +    * Type:​Single 
 +    * Description:​This parameter is the pixel offset for X. 
 + 
 +  * //​yOffsetInPixel//​ 
 +    * Type:​Single 
 +    * Description:​This parameter is the pixel offset for Y. 
 + 
 +<div newline></​div
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateLinearGradientStyle(GeoColor,​GeoColor,​Single) ** 
 + 
 +  * //This method returns a linear gradient style.// 
 +== Remarks == 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
 +  * Description:​This method returns an AreaStyle. 
 + 
 +== Parameters ​== 
 +  * //​fromColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter represents the starting GeoColor for the gradient. 
 + 
 +  * //​toColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter represents the ending GeoColor for the gradient. 
 + 
 +  * //angle// 
 +    * Type:​Single 
 +    * Description:​This parameter represents the angle of the color changing from start to end. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateLinearGradientStyle(GeoColor,​GeoColor,​Single,​GeoColor) ** 
 + 
 +  * //This method returns a linear gradient style.// 
 +== Remarks ​== 
 +  * //None// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
 +  * Description:​This method returns an AreaStyle. 
 + 
 +== Parameters ​== 
 +  * //​fromColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter represents the starting GeoColor for the gradient. 
 + 
 +  * //​toColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter represents the ending GeoColor for the gradient. 
 + 
 +  * //angle// 
 +    * Type:​Single 
 +    * Description:​This parameter represents the angle of the color changing from start to end. 
 + 
 +  * //​outlinePenColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter represents the outline pen color of the area style. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHueFamilyAreaStyle(GeoColor,​GeoColor,​Int32) ** 
 + 
 +  * //This method returns an AreaStyle.//​ 
 +== Remarks ​== 
 +  * //None.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
 +  * Description:​This method returns an AreaStyle. 
 + 
 +== Parameters == 
 +  * //​outlinePenColor//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:This parameter specifies the GeoPen you want to use on the outline of the area style. 
 + 
 +  * //​baseColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​The base GeoColor of the hue family colors. 
 + 
 +  * //​numberOfColors//​ 
 +    * Type:​Int32 
 +    * Description:​The number of GeoColors in hue family to construct the areastyle. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateHueFamilyLinearGradientAreaStyle(GeoColor,​GeoColor,​Int32,​GeoColor,​GeoColor,​Single) ** 
 + 
 +  * //This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient.//​ 
 +== Remarks == 
 +  * //None.// 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
 +  * Description:This method returns an AreaStyle in a family of hue-related colors drawn with a linear gradient. 
 + 
 +== Parameters == 
 +  * //​outlinePenColor//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. 
 + 
 +  * //​baseColor//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:The base GeoColor for the hue family of colors. 
 + 
 +  * //​numberOfColors//​ 
 +    * Type:​Int32 
 +    * Description:​The number of GeoColors in the hue family to construct the AreaStyle. 
 + 
 +  * //​fromColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter represents the starting GeoColor for the gradient. 
 + 
 +  * //​toColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter represents the ending GeoColor for the gradient. 
 + 
 +  * //angle// 
 +    * Type:​Single 
 +    * Description:​This parameter represents the angle for the gradient. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateQualityFamilyAreaStyle(GeoColor,​GeoColor,​Int32) ** 
 + 
 +  * //This method returns an AreaStyle in a family of quality-realted colors.// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
 +  * Description:​This method returns an AreaStyle in a family of quality-realted colors. 
 + 
 +== Parameters == 
 +  * //​outlinePenColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. 
 + 
 +  * //​baseColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​The base GeoColor for the quality family of colors. 
 + 
 +  * //​numberOfColors//​ 
 +    * Type:​Int32 
 +    * Description:​The number of GeoColors in the quality-based family to construct the AreaStyle. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateQualityFamilyLinearGradientAreaStyle(GeoColor,​GeoColor,​Int32,​GeoColor,​GeoColor,​Single) ** 
 + 
 +  * //This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient.//​ 
 +== Remarks == 
 +  * //None.// 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] 
 +  * Description:​This method returns an AreaStyle in a family of quality-related colors drawn with a linear gradient. 
 + 
 +== Parameters == 
 +  * //​outlinePenColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter specifies the GeoPen you want to use on the outline of the AreaStyle. 
 + 
 +  * //​baseColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​The base GeoColor for the quality family of colors. 
 + 
 +  * //​numberOfColors//​ 
 +    * Type:​Int32 
 +    * Description:​The number of GeoColors in quality-based family to construct the AreaStyle. 
 + 
 +  * //​fromColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter represents the starting GeoColor for the gradient. 
 + 
 +  * //​toColor//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 +    * Description:​This parameter represents the ending GeoColor for the gradient. 
 + 
 +  * //angle// 
 +    * Type:​Single 
 +    * Description:​This parameter represents the angle for the gradient. 
 + 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.areastyles.1440040127.txt.gz · Last modified: 2015/09/17 08:55 (external edit)