User Tools

Site Tools


thinkgeo.mapsuite.windowsphonecore.areastyles

ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

<!– Class –> This class is a collection of predefined styles and helper methods for creating styles.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodStatic MemberCreateLinearGradientStyle Vertex, Vertex, GeoColor, GeoColor This method returns a linear gradient style.
Public MethodStatic MemberCreateLinearGradientStyle Vertex, Vertex, GeoColor, GeoColor, GeoColor This method returns a linear gradient style.
Public MethodStatic MemberCreateSimpleAreaStyle GeoColor, GeoColor, Single, Single This method builds a simple area style.
Public MethodStatic MemberCreateSimpleAreaStyle GeoColor, GeoColor, Int32, Single, Single This method builds a simple area style.
Public MethodStatic MemberCreateSimpleAreaStyle GeoColor, GeoColor, Int32, LineDashStyle, Single, Single This method builds a simple area style.
Public MethodStatic MemberCreateSimpleAreaStyle GeoColor, GeoColor This method builds a simple area style.
Public MethodStatic MemberCreateSimpleAreaStyle GeoColor This method builds a simple area style.
Public MethodStatic MemberCreateSimpleAreaStyle GeoColor, GeoColor, Int32 This method builds a simple area style.
Public MethodStatic MemberCreateSimpleAreaStyle GeoColor, Single, Single This method builds a simple area style.
Public MethodStatic MemberCreateSimpleAreaStyle GeoColor, GeoColor, Int32, LineDashStyle This method builds a simple area style.
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyStatic MemberAntarctica1 AreaStyle This property gets a style that represents Antarctica1.
Public PropertyStatic MemberCountry1 AreaStyle This property gets a style that represents Country1.
Public PropertyStatic MemberCountry2 AreaStyle This property gets a style that represents Country2.
Public PropertyStatic MemberCounty1 AreaStyle This property gets a style that represents County1.
Public PropertyStatic MemberCounty2 AreaStyle This property gets a style that represents County2.
Public PropertyStatic MemberCrop1 AreaStyle This property gets a style that represents Crop1.
Public PropertyStatic MemberEvergreen1 AreaStyle This property gets a style that represents Evergreen1.
Public PropertyStatic MemberEvergreen2 AreaStyle This property gets a style that represents Evergreen2.
Public PropertyStatic MemberForest1 AreaStyle This property gets a style that represents Forest1.
Public PropertyStatic MemberGrass1 AreaStyle This property gets a style that represents Grass1.
Public PropertyStatic MemberMilitary1 AreaStyle This property gets a style that represents Military1.
Public PropertyStatic MemberPark1 AreaStyle This property gets a style that represents Park1.
Public PropertyStatic MemberState1 AreaStyle This property gets a style that represents State1.
Public PropertyStatic MemberState2 AreaStyle This property gets a style that represents State2.
Public PropertyStatic MemberTundra1 AreaStyle This property gets a style that represents Tundra1.
Public PropertyStatic MemberUrban1 AreaStyle This property gets a style that represents Urban1.
Public PropertyStatic MemberUrban2 AreaStyle This property gets a style that represents Urban2.
Public PropertyStatic MemberWater1 AreaStyle This property gets a style that represents Water1.
Public PropertyStatic MemberWater2 AreaStyle This property gets a style that represents Water2.
Public PropertyStatic MemberWildlife1 AreaStyle This property gets a style that represents Wildlife1.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Public Methods

CreateLinearGradientStyle(Vertex, Vertex, GeoColor, GeoColor)

<!– static –> This method returns a linear gradient style.

Return Value

Return Type Description
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method returns an AreaStyle.

Parameters

Name Type Description
startPoint Vertex<!– ThinkGeo.MapSuite.WindowsPhoneCore.Vertex –>
endPoint Vertex<!– ThinkGeo.MapSuite.WindowsPhoneCore.Vertex –>
fromColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter represents the starting GeoColor for the gradient.
toColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter represents the ending GeoColor for the gradient.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

CreateLinearGradientStyle(Vertex, Vertex, GeoColor, GeoColor, GeoColor)

<!– static –> This method returns a linear gradient style.

Return Value

Return Type Description
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method returns an AreaStyle.

Parameters

Name Type Description
startPoint Vertex<!– ThinkGeo.MapSuite.WindowsPhoneCore.Vertex –>
endPoint Vertex<!– ThinkGeo.MapSuite.WindowsPhoneCore.Vertex –>
fromColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter represents the starting GeoColor for the gradient.
toColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter represents the ending GeoColor for the gradient.
outlinePenColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter represents the outline pen color of the area style.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

CreateSimpleAreaStyle(GeoColor, GeoColor, Single, Single)

<!– 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
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method builds a simple area style.

Parameters

Name Type Description
fillBrushColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the fill color for the area.
outlinePenColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.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.WindowsPhoneCore.AreaStyles –> Go Back

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
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method builds a simple area style.

Parameters

Name Type Description
fillBrushColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the fill color for the area.
outlinePenColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.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.WindowsPhoneCore.AreaStyles –> Go Back

CreateSimpleAreaStyle(GeoColor, GeoColor, Int32, LineDashStyle, 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
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method builds a simple area style.

Parameters

Name Type Description
fillBrushColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the fill color for the area.
outlinePenColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.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.WindowsPhoneCore.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.WindowsPhoneCore.AreaStyles –> Go Back

CreateSimpleAreaStyle(GeoColor, GeoColor)

<!– 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
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method builds a simple area style.

Parameters

Name Type Description
fillBrushColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the fill color for the area.
outlinePenColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the outline pen color for the area.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

CreateSimpleAreaStyle(GeoColor)

<!– static –> This method builds a simple area style.

Overloads

This overload allows you to specify just a fill color.

Return Value

Return Type Description
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method builds a simple area style.

Parameters

Name Type Description
fillBrushColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the fill color of the area.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

CreateSimpleAreaStyle(GeoColor, GeoColor, Int32)

<!– 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
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method builds a simple area style.

Parameters

Name Type Description
fillBrushColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the fill color for the area.
outlinePenColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.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.WindowsPhoneCore.AreaStyles –> Go Back

CreateSimpleAreaStyle(GeoColor, Single, Single)

<!– static –> 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
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method builds a simple area style.

Parameters

Name Type Description
fillBrushColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.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.WindowsPhoneCore.AreaStyles –> Go Back

CreateSimpleAreaStyle(GeoColor, GeoColor, Int32, LineDashStyle)

<!– 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
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –> This method builds a simple area style.

Parameters

Name Type Description
fillBrushColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the fill color for the area.
outlinePenColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.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.WindowsPhoneCore.LineDashStyle –> This parameter is the BorderStyle for the area style.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Antarctica1

<!– static –> This property gets a style that represents Antarctica1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Country1

<!– static –> This property gets a style that represents Country1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Country2

<!– static –> This property gets a style that represents Country2.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

County1

<!– static –> This property gets a style that represents County1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

County2

<!– static –> This property gets a style that represents County2.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Crop1

<!– static –> This property gets a style that represents Crop1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Evergreen1

<!– static –> This property gets a style that represents Evergreen1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Evergreen2

<!– static –> This property gets a style that represents Evergreen2.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Forest1

<!– static –> This property gets a style that represents Forest1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Grass1

<!– static –> This property gets a style that represents Grass1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Military1

<!– static –> This property gets a style that represents Military1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Park1

<!– static –> This property gets a style that represents Park1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

State1

<!– static –> This property gets a style that represents State1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

State2

<!– static –> This property gets a style that represents State2.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Tundra1

<!– static –> This property gets a style that represents Tundra1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Urban1

<!– static –> This property gets a style that represents Urban1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Urban2

<!– static –> This property gets a style that represents Urban2.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Water1

<!– static –> This property gets a style that represents Water1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Water2

<!– static –> This property gets a style that represents Water2.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Wildlife1

<!– static –> This property gets a style that represents Wildlife1.

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle –>

<!– ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyles –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.windowsphonecore.areastyles.txt · Last modified: 2017/03/16 21:59 (external edit)