ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
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.SilverlightEdition.MarkerStyle *ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is constructor of the PointMarkerStyle class. | ||
![]() | ImageSource | This is constructor of the PointMarkerStyle class. | |
![]() | ImageSource, GeoPopup | This is constructor of the PointMarkerStyle class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | IEnumerable<Feature> | MarkerStyle(overriden) | This method returns a collection of markers that created with specific styles from the features passed in. |
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | GeoColor | Gets or sets the color of the text on the marker. | |
![]() | GeoFont | Gets or sets the style applied to the text on the image. | |
![]() | Double | Gets or sets the height in pixel of the web image. | |
![]() | Double | Gets or sets the image's X offset in pixel. | |
![]() | Double | Gets or sets the image's Y offset in pixel. | |
![]() | Double | Gets or sets the rotation angle of the marker image by degree. | |
![]() | ImageSource | Gets or sets the small image that the marker displays. | |
![]() | Double | Gets or sets the width in pixel of the web image. | |
![]() | Double | Gets or sets a double value between 0 and 1 that indicates the transparency level of the marker. | |
![]() | GeoPopup | Gets or sets the popup object that displays when the mouse pointer is over a marker. | |
![]() | TimeSpan | Gets or sets a TimeSpan value that indicates the time that between the mouse is over a marker and the popup shows. | |
![]() | String | Gets or sets the text displayed on the image. | |
![]() | Double | Gets or sets the x offset in pixel of text on the marker. | |
![]() | Double | Gets or sets the y offset in pixel of text on the marker. | |
![]() | Double | Gets or sets the rotation angle of the marker text by degree. | |
![]() | Double | Gets or sets the width of text on the marker. | |
![]() | TextWrapping | Gets or sets whether the text wraps when it reaches the edge of its container. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is constructor of the PointMarkerStyle class.
This is constructor of the PointMarkerStyle class.
This is constructor of the <strong>PointMarkerStyle</strong> class.
Name | Type | Description |
---|
This is 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. |
This is 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. |
popup | GeoPopup<!– ThinkGeo.MapSuite.SilverlightEdition.GeoPopup –> | A GeoPopup value indicating the popup display when mouse hover on the marker. |
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
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 |
---|---|
Collection<Marker><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightEdition.Marker} –> | A collection of markers that create from the features. |
Name | Type | Description |
---|---|---|
features | IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –> | A collection of features that the markers are created from. |
<!– ThinkGeo.MapSuite.SilverlightEdition.MarkerStyle(overriden) –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets the color of the text on the marker.
Gets or sets the color of the text on the marker.
Return Type |
---|
GeoColor<!– ThinkGeo.MapSuite.SilverlightCore.GeoColor –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets the style applied to the text on the image.
Gets or sets the style applied to the text on the image.
Return Type |
---|
GeoFont<!– ThinkGeo.MapSuite.SilverlightCore.GeoFont –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> 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.SilverlightEdition.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.SilverlightEdition.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.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets the rotation angle of the marker image by degree.
Gets or sets the rotation angle of the marker image by degree.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.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.SilverlightEdition.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.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets a double value between 0 and 1 that indicates the transparency level of the marker.
The <strong>Opacity</strong> 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 Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets the popup object that displays when the mouse pointer is over a marker.
Gets or sets the popup object that displays when the mouse pointer is over a marker.
Return Type |
---|
GeoPopup<!– ThinkGeo.MapSuite.SilverlightEdition.GeoPopup –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets a TimeSpan value that indicates the time that between the mouse is over a marker and the popup shows.
The <strong>PopupDelay</strong> value is count in TimeSpan which delays the popup displaying after the value as the mouse hovering on the marker.
Return Type |
---|
TimeSpan<!– System.TimeSpan –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets the text displayed on the image.
Gets or sets the text displayed on the image.
Return Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets the x offset in pixel of text on the marker.
Gets or sets the x offset in pixel of text on the marker.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets the y offset in pixel of text on the marker.
Gets or sets the y offset in pixel of text on the marker.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets the rotation angle of the marker text by degree.
Gets or sets the rotation angle of the marker text by degree.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets the width of text on the marker.
Gets or sets the width of text on the marker.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back
Gets or sets whether the text wraps when it reaches the edge of its container.
Gets or sets whether the text wraps when it reaches the edge of its container.
Return Type |
---|
TextWrapping<!– System.Windows.TextWrapping –> |
<!– ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle –> Go Back