User Tools

Site Tools


thinkgeo.mapsuite.windowsphonecore.linestyles

ThinkGeo.MapSuite.WindowsPhoneCore.LineStyles

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 to create 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 MemberCreateSimpleLineStyle GeoColor, Single, LineDashStyle, GeoColor, Single, LineDashStyle, Boolean This method returns a LineStyle based on the parameters passed in.
Public MethodStatic MemberCreateSimpleLineStyle GeoColor, Single, GeoColor, Single, GeoColor, Single, Boolean This method returns a LineStyle based on the parameters passed in.
Public MethodStatic MemberCreateSimpleLineStyle GeoColor, Single, LineDashStyle, GeoColor, Single, LineDashStyle, GeoColor, Single, LineDashStyle, Boolean This method returns a LineStyle based on the parameters passed in.
Public MethodStatic MemberCreateSimpleLineStyle GeoColor, Single, Boolean This method returns a LineStyle based on the parameters passed in.
Public MethodStatic MemberCreateSimpleLineStyle GeoColor, Single, LineDashStyle, Boolean This method returns a LineStyle based on the parameters passed in.
Public MethodStatic MemberCreateSimpleLineStyle GeoColor, Single, GeoColor, Single, Boolean This method returns a LineStyle based on the parameters passed in.
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 MemberCanal1 LineStyle This property gets a style that represents Canal1.
Public PropertyStatic MemberContestedBorder1 LineStyle This property gets a style that represents ContestedBorder1.
Public PropertyStatic MemberContestedBorder2 LineStyle This property gets a style that represents ContestedBorder2.
Public PropertyStatic MemberDegreeLine1 LineStyle This property gets a style that represents DegreeLine1.
Public PropertyStatic MemberEquator1 LineStyle This property gets a style that represents Equator1.
Public PropertyStatic MemberHighway1 LineStyle This property gets a style that represents Highway1.
Public PropertyStatic MemberHighway2 LineStyle This property gets a style that represents Highway2.
Public PropertyStatic MemberHighway3 LineStyle This property gets a style that represents Highway3.
Public PropertyStatic MemberHighway4 LineStyle This property gets a style that represents Highway4.
Public PropertyStatic MemberHighway5 LineStyle This property gets a style that represents Highway5.
Public PropertyStatic MemberInternationalBorder1 LineStyle This property gets a style that represents InternationalBorder1.
Public PropertyStatic MemberInternationalBorder2 LineStyle This property gets a style that represents InternationalBorder2.
Public PropertyStatic MemberInterstate1 LineStyle This property gets a style that represents Interstate1.
Public PropertyStatic MemberInterstate2 LineStyle This property gets a style that represents Interstate2.
Public PropertyStatic MemberInterstate3 LineStyle This property gets a style that represents Interstate3.
Public PropertyStatic MemberInterstate4 LineStyle This property gets a style that represents Interstate4.
Public PropertyStatic MemberLocalRoad1 LineStyle This property gets a style that represents LocalRoad1.
Public PropertyStatic MemberLocalRoad2 LineStyle This property gets a style that represents LocalRoad2.
Public PropertyStatic MemberLocalRoad3 LineStyle This property gets a style that represents LocalRoad3.
Public PropertyStatic MemberLocalRoad4 LineStyle This property gets a style that represents LocalRoad4.
Public PropertyStatic MemberMajorRoad1 LineStyle This property gets a style that represents MajorRoad1.
Public PropertyStatic MemberMajorRoad2 LineStyle This property gets a style that represents MajorRoad2.
Public PropertyStatic MemberMajorRoad3 LineStyle This property gets a style that represents MajorRoad3.
Public PropertyStatic MemberMajorRoad4 LineStyle This property gets a style that represents MajorRoad4.
Public PropertyStatic MemberMajorStreet1 LineStyle This property gets a style that represents MajorStreet1.
Public PropertyStatic MemberMajorStreet2 LineStyle This property gets a style that represents MajorStreet2.
Public PropertyStatic MemberMajorStreet3 LineStyle This property gets a style that represents MajorStreet3.
Public PropertyStatic MemberPipeline1 LineStyle This property gets a style that represents Pipeline1.
Public PropertyStatic MemberPipeline2 LineStyle This property gets a style that represents Pipeline2.
Public PropertyStatic MemberPipeline3 LineStyle This property gets a style that represents Pipeline3.
Public PropertyStatic MemberRailway1 LineStyle This property gets a style that represents Railway1.
Public PropertyStatic MemberRailway2 LineStyle This property gets a style that represents Railway2.
Public PropertyStatic MemberRailway3 LineStyle This property gets a style that represents Railway3.
Public PropertyStatic MemberRailway4 LineStyle This property gets a style that represents Railway4.
Public PropertyStatic MemberRiver1 LineStyle This property gets a style that represents River1.
Public PropertyStatic MemberRiver2 LineStyle This property gets a style that represents River2.
Public PropertyStatic MemberRiverIntermittent1 LineStyle This property gets a style that represents RiverIntermittent1.
Public PropertyStatic MemberSecondaryRoad1 LineStyle This property gets a style that represents SecondaryRoad1.
Public PropertyStatic MemberSecondaryRoad2 LineStyle This property gets a style that represents SecondaryRoad2.
Public PropertyStatic MemberStateBorder1 LineStyle This property gets a style that represents StateBorder1.
Public PropertyStatic MemberUtility1 LineStyle This property gets a style that represents Utility1.
Public PropertyStatic MemberUtility2 LineStyle This property gets a style that represents Utility2.
Public PropertyStatic MemberUtility3 LineStyle This property gets a style that represents Utility3.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

Public Methods

CreateSimpleLineStyle(GeoColor, Single, LineDashStyle, GeoColor, Single, LineDashStyle, Boolean)

<!– static –> This method returns a LineStyle based on the parameters passed in.

Return Value

Return Type Description
LineStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineStyle –> This method returns a LineStyle based on the parameters passed in.

Parameters

Name Type Description
innerLineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the inner line color.
innerLineWidth Single<!– System.Single –> This parameter is the inner line width.
innerLineDashStyle LineDashStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineDashStyle –> This parameter is the inner line dash style.
outerLineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the outer line color.
outerLineWidth Single<!– System.Single –> This parameter is the outer line width.
outerLineDashStyle LineDashStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineDashStyle –> This parameter is the outer line dash style.
roundCap Boolean<!– System.Boolean –> This parameter defines whether you want a rounded end cap.

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

CreateSimpleLineStyle(GeoColor, Single, GeoColor, Single, GeoColor, Single, Boolean)

<!– static –> This method returns a LineStyle based on the parameters passed in.

Overloads

This overload is used to draw things like roads wth a solid centerline.

Return Value

Return Type Description
LineStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineStyle –> This method returns a LineStyle based on the parameters passed in.

Parameters

Name Type Description
centerlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the center line color.
centerlineWidth Single<!– System.Single –> This parameter is the center line width.
innerLineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the inner line color.
innerLineWidth Single<!– System.Single –> This parameter is the inner line width.
outerLineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the outer line color.
outerLineWidth Single<!– System.Single –> This parameter is the outer line width.
roundCap Boolean<!– System.Boolean –> This parameter defines whether you want a rounded end cap.

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

CreateSimpleLineStyle(GeoColor, Single, LineDashStyle, GeoColor, Single, LineDashStyle, GeoColor, Single, LineDashStyle, Boolean)

<!– static –> This method returns a LineStyle based on the parameters passed in.

Overloads

This overload is used to draw things like roads wth a dashed centerline.

Return Value

Return Type Description
LineStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineStyle –> This method returns a LineStyle based on the parameters passed in.

Parameters

Name Type Description
centerlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the center line color.
centerlineWidth Single<!– System.Single –> This parameter is the center line width.
centerlineDashStyle LineDashStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineDashStyle –> This parameter is the center line dash style.
innerLineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the inner line color.
innerLineWidth Single<!– System.Single –> This parameter is the inner line width.
innerLineDashStyle LineDashStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineDashStyle –> This parameter is the inner line dash style.
outerLineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the outer line color.
outerLineWidth Single<!– System.Single –> This parameter is the outer line width.
outerLineDashStyle LineDashStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineDashStyle –> This parameter is the outer line dash style.
roundCap Boolean<!– System.Boolean –> This parameter defines whether you want a rounded end cap.

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

CreateSimpleLineStyle(GeoColor, Single, Boolean)

<!– static –> This method returns a LineStyle based on the parameters passed in.

Overloads

This overload draws a simple line with an optional round cap.

Return Value

Return Type Description
LineStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineStyle –> This method returns a LineStyle based on the parameters passed in.

Parameters

Name Type Description
centerlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –>
centerlineWidth Single<!– System.Single –>
roundCap Boolean<!– System.Boolean –>

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

CreateSimpleLineStyle(GeoColor, Single, LineDashStyle, Boolean)

<!– static –> This method returns a LineStyle based on the parameters passed in.

Overloads

This overload draws a dashed line with an optional round cap.

Return Value

Return Type Description
LineStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineStyle –> This method returns a LineStyle based on the parameters passed in.

Parameters

Name Type Description
centerlineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the center line color.
centerlineWidth Single<!– System.Single –> This paramter is the the center line width.
centerlineDashStyle LineDashStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineDashStyle –> This parameter is the dash style for the center line.
roundCap Boolean<!– System.Boolean –> This parameter defines whether you want a rounded end cap.

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

CreateSimpleLineStyle(GeoColor, Single, GeoColor, Single, Boolean)

<!– static –> This method returns a LineStyle based on the parameters passed in.

Overloads

This overload draws a line with an inner and outer area and optional round cap. You would use this for roads.

Return Value

Return Type Description
LineStyle<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineStyle –> This method returns a LineStyle based on the parameters passed in.

Parameters

Name Type Description
innerLineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the inner line color.
innerLineWidth Single<!– System.Single –> This parameter is the inner line width.
outerLineColor GeoColor<!– ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor –> This parameter is the outer line color.
outerLineWidth Single<!– System.Single –> This parameter is the outer line width.
roundCap Boolean<!– System.Boolean –> This parameter defines whether you want a rounded end cap.

<!– ThinkGeo.MapSuite.WindowsPhoneCore.LineStyles –> 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

Canal1

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

Return Value

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

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

ContestedBorder1

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

Return Value

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

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

ContestedBorder2

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

Return Value

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

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

DegreeLine1

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

Return Value

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

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

Equator1

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

Return Value

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

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

Highway1

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

Return Value

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

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

Highway2

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

Return Value

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

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

Highway3

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

Return Value

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

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

Highway4

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

Return Value

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

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

Highway5

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

Return Value

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

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

InternationalBorder1

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

Return Value

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

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

InternationalBorder2

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

Return Value

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

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

Interstate1

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

Return Value

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

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

Interstate2

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

Return Value

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

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

Interstate3

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

Return Value

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

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

Interstate4

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

Return Value

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

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

LocalRoad1

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

Return Value

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

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

LocalRoad2

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

Return Value

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

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

LocalRoad3

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

Return Value

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

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

LocalRoad4

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

Return Value

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

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

MajorRoad1

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

Return Value

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

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

MajorRoad2

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

Return Value

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

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

MajorRoad3

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

Return Value

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

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

MajorRoad4

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

Return Value

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

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

MajorStreet1

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

Return Value

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

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

MajorStreet2

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

Return Value

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

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

MajorStreet3

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

Return Value

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

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

Pipeline1

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

Return Value

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

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

Pipeline2

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

Return Value

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

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

Pipeline3

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

Return Value

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

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

Railway1

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

Return Value

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

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

Railway2

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

Return Value

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

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

Railway3

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

Return Value

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

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

Railway4

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

Return Value

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

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

River1

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

Return Value

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

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

River2

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

Return Value

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

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

RiverIntermittent1

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

Return Value

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

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

SecondaryRoad1

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

Return Value

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

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

SecondaryRoad2

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

Return Value

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

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

StateBorder1

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

Return Value

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

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

Utility1

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

Return Value

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

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

Utility2

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

Return Value

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

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

Utility3

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

Return Value

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

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

Protected Properties

Public Events

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