Table of Contents

ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle

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 the ordinary point marker style.

Inheritance Hierarchy

Members Summary

Public Constructors

PointMarkerStyle()

This is constructor of the PointMarkerStyle class.

Remarks

This is constructor of the PointMarkerStyle class.

Parameters

PointMarkerStyle(ImageSource)

This is constructor of the PointMarkerStyle class.

Remarks

This is constructor of the PointMarkerStyle class.

Parameters

PointMarkerStyle(ImageSource,GeoPopup)

This is constructor of the PointMarkerStyle class.

Remarks

This is constructor of the PointMarkerStyle class.

Parameters

Protected Constructors

Public Methods

GetMarkers(IEnumerable<Feature>)

This method returns a collection of markers that created with specific styles from the features passed in.

Remarks

This method returns a collection of markers that created with specific styles from the features passed in.

Return Value
Parameters

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

Popup

Gets or sets the popup object that displays when the mouse pointer is over a marker.

Remarks

Gets or sets the popup object that displays when the mouse pointer is over a marker.

Return Value

PopupDelay

Gets or sets a TimeSpan value that indicates the time that between the mouse is over a marker and the popup shows.

Remarks

The PopupDelay value is count in TimeSpan which delays the popup displaying after the value as the mouse hovering on the marker.

Return Value

ImageSource

Gets or sets the small image that the marker displays.

Remarks

Gets or sets the small image that the marker displays.

Return Value

Opacity

Gets or sets a double value between 0 and 1 that indicates the transparency level of the marker.

Remarks

The Opacity property enables you to specify a level of transparency for the marker. When this property is set to a value less than 100 percent(1.00), the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the marker completely invisible.

Return Value

ImageWidth

Gets or sets the width in pixel of the web image.

Remarks

Gets or sets the width in pixel of the web image.

Return Value

ImageHeight

Gets or sets the height in pixel of the web image.

Remarks

Gets or sets the height in pixel of the web image.

Return Value

ImageOffsetX

Gets or sets the image's X offset in pixel.

Remarks

Gets or sets the image's X offset in pixel.

Return Value

ImageOffsetY

Gets or sets the image's Y offset in pixel.

Remarks

Gets or sets the image's Y offset in pixel.

Return Value

ImageRotateAngle

Gets or sets the rotation angle of the marker image by degree.

Remarks

Gets or sets the rotation angle of the marker image by degree.

Return Value

Text

Gets or sets the text displayed on the image.

Remarks

Gets or sets the text displayed on the image.

Return Value

TextRotateAngle

Gets or sets the rotation angle of the marker text by degree.

Remarks

Gets or sets the rotation angle of the marker text by degree.

Return Value

TextWidth

Gets or sets the width of text on the marker.

Remarks

Gets or sets the width of text on the marker.

Return Value

TextWrapping

Gets or sets whether the text wraps when it reaches the edge of its container.

Remarks

Gets or sets whether the text wraps when it reaches the edge of its container.

Return Value

TextOffsetX

Gets or sets the x offset in pixel of text on the marker.

Remarks

Gets or sets the x offset in pixel of text on the marker.

Return Value

TextOffsetY

Gets or sets the y offset in pixel of text on the marker.

Remarks

Gets or sets the y offset in pixel of text on the marker.

Return Value

FontStyle

Gets or sets the style applied to the text on the image.

Remarks

Gets or sets the style applied to the text on the image.

Return Value

FontColor

Gets or sets the color of the text on the marker.

Remarks

Gets or sets the color of the text on the marker.

Return Value

Protected Properties

Public Events