Table of Contents

ThinkGeo.MapSuite.SilverlightCore.GeoPen

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.

This class represents a GeoPen, which is used to draw lines on a GeoCanvas.

Inheritance Hierarchy

Members Summary

Public Constructors

GeoPen()

Remarks
Parameters

GeoPen(GeoBrush)

Remarks
Parameters

GeoPen(GeoColor)

Remarks
Parameters

GeoPen(GeoColor,Double)

Remarks
Parameters

GeoPen(GeoBrush,Double)

Remarks
Parameters

Protected Constructors

Public Methods

SetLineCap(GeoDashCap,GeoDashCap,GeoDashCap)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

Brush

This property gets and sets the brush for this GeoPen.

Remarks

None

Return Value

Color

This property gets and sets the GeoColor for this GeoPen.

Remarks

N/A

Return Value

DashCap

This property gets and sets the dash cap for this GeoPen.

Remarks

None

Return Value

DashPattern

This property gets and sets the dash pattern for this GeoPen.

Remarks

None

Return Value

LineDashStyle

This property gets and sets the dash style for this GeoPen.

Remarks

None

Return Value

EndCap

This property gets and sets the end cap for this GeoPen.

Remarks

None

Return Value

LineJoin

This property gets and sets the line join for this GeoPen.

Remarks

None

Return Value

MiterLimit

This property gets and sets the miter limit for this GeoPen.

Remarks

None

Return Value

StartCap

This property gets and sets the start cap for this GeoPen.

Remarks

None

Return Value

Width

This property gets and sets the width for this GeoPen.

Remarks

None

Return Value

Id

The id of the GeoBrush. This is always used as a key when in the cached brushes.

Remarks

N/A

Return Value

Protected Properties

Public Events