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.
This is constructor of the PointMarkerStyle class.
Parameters
PointMarkerStyle(ImageSource)
Constructor of the PointMarkerStyle class.
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.
This method returns a collection of markers that created with specific styles from the features passed in.
Return Value
Parameters
ToString()
N/A
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
N/A
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
Finalize()
N/A
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
N/A
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
ImageSource
Gets or sets the small image that the marker displays.
Gets or sets the small image that the marker displays.
Return Value
Width
Gets or sets the width in pixel of the web image.
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.
Gets or sets the height in pixel of the web image.
Return Value
XOffset
Gets or sets the image's X offset in pixel.
Gets or sets the image's X offset in pixel.
Return Value
YOffset
Gets or sets the image's Y offset in pixel.
Gets or sets the image's Y offset in pixel.
Return Value
ToolTip
Gets or sets a tooltip for marker.
Return Value
ToolTipDelay
Gets or sets an interval in milliseconds.
Return Value
Protected Properties
Public Events