Table of Contents

ThinkGeo.MapSuite.WpfDesktopEdition.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()

Constructor of the PointMarkerStyle class.

Remarks

This is constructor of the PointMarkerStyle class.

Parameters

PointMarkerStyle(ImageSource)

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

ImageSource

Gets or sets the small image that the marker displays.

Remarks

Gets or sets the small image that the marker displays.

Return Value

Width

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

Height

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

XOffset

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

Remarks

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

Return Value

YOffset

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

Remarks

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

Return Value

ToolTip

Gets or sets a tooltip for marker.

Remarks

N/A

Return Value

ToolTipDelay

Gets or sets an interval in milliseconds.

Remarks

N/A

Return Value

Protected Properties

Public Events