Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> This class represents the ordinary point marker style.
The <strong>PointMarkerStyle</strong> contains the basic style for creating a marker such as web image, popup and context menu. Use this style to create a batch of markers with the same appearance.
*System.Object ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle *ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
PointMarkerStyle | Constructor of the PointMarkerStyle class. | ||
PointMarkerStyle | ImageSource | Constructor of the PointMarkerStyle class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Equals | Object | Object | |
GetHashCode | Object | ||
GetMarkers | IEnumerable<Feature> | MarkerStyle(overriden) | This method returns a collection of markers that created with specific styles from the features passed in. |
GetType | Object | ||
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
Height | Double | Gets or sets the height in pixel of the web image. | |
ImageSource | ImageSource | Gets or sets the small image that the marker displays. | |
ToolTip | String | Gets or sets a tooltip for marker. | |
ToolTipDelay | Int32 | Gets or sets an interval in milliseconds. | |
Width | Double | Gets or sets the width in pixel of the web image. | |
XOffset | Double | Gets or sets the image's X offset in pixel. | |
YOffset | Double | Gets or sets the image's Y offset in pixel. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Constructor of the PointMarkerStyle class.
This is constructor of the PointMarkerStyle class.
This is constructor of the <strong>PointMarkerStyle</strong> class.
| Name | Type | Description |
|---|
Constructor of the PointMarkerStyle class.
This is constructor of the PointMarkerStyle class.
This is constructor of the <strong>PointMarkerStyle</strong> class.
| Name | Type | Description |
|---|---|---|
| imageSource | ImageSource<!– System.Windows.Media.ImageSource –> | An ImageSource value indicating the icon source for the marker. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#Equals.28Object.29</a>
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#GetHashCode.28.29</a>
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
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 Type | Description |
|---|---|
| GeoCollection<Marker><!– ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.WpfDesktopEdition.Marker} –> | A collection of markers that create from the features. |
| Name | Type | Description |
|---|---|---|
| features | IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature} –> | A collection of features that the markers are created from. |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.MarkerStyle(overriden) –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#GetType.28.29</a>
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToString.28.29</a>
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#Finalize.28.29</a>
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#MemberwiseClone.28.29</a>
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets or sets the height in pixel of the web image.
Gets or sets the height in pixel of the web image.
| Return Type |
|---|
| Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle –> Go Back
Gets or sets the small image that the marker displays.
Gets or sets the small image that the marker displays.
| Return Type |
|---|
| ImageSource<!– System.Windows.Media.ImageSource –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle –> Go Back
Gets or sets a tooltip for marker.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToolTip” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToolTip</a>
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle –> Go Back
Gets or sets an interval in milliseconds.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToolTipDelay” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle#ToolTipDelay</a>
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle –> Go Back
Gets or sets the width in pixel of the web image.
Gets or sets the width in pixel of the web image.
| Return Type |
|---|
| Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle –> Go Back
Gets or sets the image's X offset in pixel.
Gets or sets the image's X offset in pixel.
| Return Type |
|---|
| Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle –> Go Back
Gets or sets the image's Y offset in pixel.
Gets or sets the image's Y offset in pixel.
| Return Type |
|---|
| Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.PointMarkerStyle –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.