User Tools

Site Tools


thinkgeo.mapsuite.webedition.pointmarkerstyle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webedition.pointmarkerstyle [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.webedition.pointmarkerstyle [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.PointMarkerStyle ====== ====== ThinkGeo.MapSuite.WebEdition.PointMarkerStyle ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents the ordinary marker style. Represents the ordinary marker style.
-=== Remarks === 
-The &​lt;​strong&​gt;​PointMarkerStyle&​lt;/​strong&​gt;​ contains the basic style for creating a marker such as a web image, popup and context menu. Use this style to create a batch of markers that all have the same appearance. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.WebEdition.MarkerStyle]] +    *ThinkGeo.MapSuite.WebEdition.MarkerStyle 
-***[[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle]]+      ***ThinkGeo.MapSuite.WebEdition.PointMarkerStyle**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} PointMarkerStyle() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#PointMarkerStyle()|PointMarkerStyle]] ​  ​| ​   |    | Initialize an instance of the PointMarkerStyle class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointMarkerStyle(WebImage)|PointMarkerStyle]] ​  | [[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]] ​  ​| ​   | Initialize an instance of the PointMarkerStyle class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointMarkerStyle(WebImage,​ CustomPopup)|PointMarkerStyle]] ​  | [[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]],​ [[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]] ​  ​| ​   | Initialize an instance of the PointMarkerStyle class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointMarkerStyle(WebImage,​ CustomPopup,​ ContextMenu)|PointMarkerStyle]] ​  | [[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]],​ [[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]],​ [[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]] ​  ​| ​   | Initialize an instance of the PointMarkerStyle class. ​  |+
  
-==== Protected Constructors ​==== +  * //​Initialize an instance of the PointMarkerStyle class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28.29//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PointMarkerStyle(WebImage) **
  
 +  * //​Initialize an instance of the PointMarkerStyle class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.29//​
 +== Parameters ==
 +  * //​webImage//​
 +    * Type:​[[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]]
 +    * Description:​The small image that the marker displays.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PointMarkerStyle(WebImage,​CustomPopup) **
 +
 +  * //​Initialize an instance of the PointMarkerStyle class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.29//​
 +== Parameters ==
 +  * //​webImage//​
 +    * Type:​[[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]]
 +    * Description:​The small image that the marker displays.
 +
 +  * //popup//
 +    * Type:​[[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]]
 +    * Description:​The popup window that appears when the mouse pointer is over the marker.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PointMarkerStyle(WebImage,​CustomPopup,​ContextMenu) **
 +
 +  * //​Initialize an instance of the PointMarkerStyle class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29//​
 +== Parameters ==
 +  * //​webImage//​
 +    * Type:​[[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]]
 +    * Description:​The small image that the marker displays.
 +
 +  * //popup//
 +    * Type:​[[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]]
 +    * Description:​The popup window that appears when the mouse pointer is over the marker.
 +
 +  * //​contextMenu//​
 +    * Type:​[[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]
 +    * Description:​The context menu that appears when you right-click on the marker.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetMarkers(IEnumerable<​Feature>​) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetMarkers(IEnumerable<​Feature>​)|GetMarkers]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> ​  | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]](overriden) ​  | Returns a collection of markers that are created with specific styles from the features passed in.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetRequiredColumnNames()|GetRequiredColumnNames]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  ​* //​Returns ​a collection of markers ​that are created ​with specific styles from the features passed in.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here://
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetContextMenusCore()|GetContextMenusCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]](overriden) ​  ​| Gets a collection of context menus that are associated ​with the MarkerStyle  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetRequiredColumnNamesCore()|GetRequiredColumnNamesCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] ​  ​| ​   | +
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​Collection<​[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]> 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ContextMenu|ContextMenu]] ​  | [[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]] ​  ​| ​   | Gets or sets a context menu object that displays when you right-click on the marker. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsActive|IsActive]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Single ​  ​| ​   | Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Popup|Popup]] ​  | [[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]] ​  ​| ​   | Gets or sets the popup object that displays when the mouse pointer is over a marker. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PopupDelay|PopupDelay]] ​  | Int32   ​| ​   | Gets or sets a value indicating the interval that should elapse between when the mouse moves over the marker and when its popup window displays. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RequiredColumnNames|RequiredColumnNames]] ​  ​| ​Collection<​String> ​  ​| ​[[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]]   |    | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​WebImage|WebImage]] ​  | [[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]] ​  ​| ​   | Gets or sets the small image that the marker displays as its icon.   |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​features//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ 
 +    * Description:​A collection of features that the markers are created from.
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} GetRequiredColumnNames() **
  
-===== Public Constructors ===== +  * //N/A// 
-==== PointMarkerStyle() ==== +== Remarks == 
-Initialize an instance of the PointMarkerStyle class. +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetRequiredColumnNames.28.29//
-=== Overloads === +
-Initialize an instance of the PointMarkerStyle class. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== PointMarkerStyle(WebImage) ​==== +  * Type:Collection<String
-Initialize an instance of the PointMarkerStyle class. +  ​Description:N/A
-=== Overloads === +
-Initialize an instance of the PointMarkerStyle class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| webImage ​  | [[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]]<​!-- ThinkGeo.MapSuite.WebEdition.WebImage --> ​  | The small image that the marker displays. ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-==== PointMarkerStyle(WebImage,​ CustomPopup) ​==== +<div newline></div
-Initialize an instance of the PointMarkerStyle class. +** {{wiki:​PublicMethod.gif|}} ToString() **
-=== Overloads === +
-Initialize an instance of the PointMarkerStyle class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| webImage ​  | [[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]]<​!-- ThinkGeo.MapSuite.WebEdition.WebImage --> ​  | The small image that the marker displays. ​  | +
-| popup   | [[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]]<​!-- ThinkGeo.MapSuite.WebEdition.CustomPopup --> ​  | The popup window that appears when the mouse pointer is over the marker. ​  |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== PointMarkerStyle(WebImage,​ CustomPopup,​ ContextMenu) ==== +== Remarks == 
-Initialize an instance of the PointMarkerStyle class. +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​ToString.28.29//
-=== Overloads === +
-Initialize an instance of the PointMarkerStyle class. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| webImage ​  | [[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]]<​!-- ThinkGeo.MapSuite.WebEdition.WebImage --> ​  | The small image that the marker displays. ​  | +
-| popup   | [[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]]<​!-- ThinkGeo.MapSuite.WebEdition.CustomPopup --> ​  | The popup window that appears when the mouse pointer is over the marker. ​  | +
-| contextMenu ​  | [[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]<​!-- ThinkGeo.MapSuite.WebEdition.ContextMenu --> ​  | The context menu that appears when you right-click on the marker. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:String 
-===== Public Methods ===== +  * Description:N/A
-==== Equals(Object) ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-obj   ​| ​Object<!-- System.Object --> ​  ​| ​   |+** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetHashCode() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​Equals.28Object.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetHashCode.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj/
-==== GetMarkers(IEnumerable<​Feature>​) ​==== +    ​* ​Type:Object 
-Returns a collection of markers that are created with specific styles from the features passed in. +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.WebEdition.Marker|Marker]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.WebEdition.Marker} --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| features ​  | IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.Feature--> ​  | A collection of features that the markers are created from.   |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle(overriden) --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetRequiredColumnNames() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetHashCode.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetRequiredColumnNames.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetRequiredColumnNames.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetType.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetType.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetType.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Type 
-==== ToString() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} GetContextMenusCore() **
  
-<!-- System.Object --> +  * //Gets a collection of context menus that are associated with the MarkerStyle.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetContextMenusCore.28.29//
-==== Finalize() ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​Finalize.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<​T>​[[ThinkGeo.MapSuite.WebEdition.ContextMenu,​ WebEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<​T>​]] 
 +  Description:A collection of context menus that are associated with the MarkerStyle.
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== GetContextMenusCore() ​==== +** {{wiki:​ProtectedMethod.gif|}} GetRequiredColumnNamesCore() **
-Gets a collection of context menus that are associated with the MarkerStyle. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetContextMenusCore.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetContextMenusCore.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection|GeoKeyedCollection]]<​[[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]><​!-- ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection{ThinkGeo.MapSuite.WebEdition.ContextMenu--> ​  | A collection of context menus that are associated with the MarkerStyle. ​  |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetRequiredColumnNamesCore.28.29//​
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Collection<​String>​ 
-==== GetRequiredColumnNamesCore() ==== +  * Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetRequiredColumnNamesCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetRequiredColumnNamesCore.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-Collection<​String>​<!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} ZhQ=() **
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MemberwiseClone() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​MemberwiseClone.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.WebEdition.GeoKeyedCollection<​T>​[[ThinkGeo.MapSuite.WebEdition.ContextMenu,​ WebEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoKeyedCollection<​T>​]] 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-===== Public Properties ===== +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== ContextMenu ==== +
-Gets or sets a context menu object that displays when you right-click on the marker. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29</a+
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]]<​!-- ThinkGeo.MapSuite.WebEdition.ContextMenu --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.PointMarkerStyle --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== IsActive ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​Finalize.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​IsActive"​ target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​IsActive</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> +== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Void 
-==== Opacity ​==== +  * Description:​N/​A 
-Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker+ 
-=== Remarks ​=== +== Parameters ​== 
-The &​lt;​strong&​gt;​Opacity&​lt;​/strong&​gt;​ 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 transparentSetting this property to a value of 0 percent (0.00) makes the marker completely invisible+<div newline></​div>​ 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
-^ Return ​Type ^ + 
-| Single<!-- System.Single --  ​|+  * //N/A// 
 +== Remarks == 
 +  ​* ​//For the most updated Info for this topicplease check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​MemberwiseClone.28.29//​ 
 + 
 +== Return Value == 
 +  ​* ​Type:Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Popup **
  
-<!-- ThinkGeo.MapSuite.WebEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== Popup ==== 
 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.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.29 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]] 
-[[ThinkGeo.MapSuite.WebEdition.CustomPopup|CustomPopup]]<!-- ThinkGeo.MapSuite.WebEdition.CustomPopup --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} PopupDelay **
  
-<!-- ThinkGeo.MapSuite.WebEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== PopupDelay ==== 
 Gets or sets a value indicating the interval that should elapse between when the mouse moves over the marker and when its popup window displays. Gets or sets a value indicating the interval that should elapse between when the mouse moves over the marker and when its popup window displays.
-=== Remarks ​=== +== Remarks == 
-The &lt;strong&gt;PopupDelay&lt;/strong&​gt; ​value is counted in milliseconds. If it is set to 500, the popup will display 500ms after the mouse pointer hovers over the marker. +The <strong>PopupDelay</strongvalue is counted in milliseconds. If it is set to 500, the popup will display 500ms after the mouse pointer hovers over the marker. 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.PointMarkerStyle --> +** {{wiki:PublicProperty.gif|}} WebImage **
-[[#Public Properties|Go Back]] +
-==== RequiredColumnNames ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetRequiredColumnNames.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetRequiredColumnNames.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== WebImage ==== 
 Gets or sets the small image that the marker displays as its icon. Gets or sets the small image that the marker displays as its icon.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.29 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]]
-[[ThinkGeo.MapSuite.WebEdition.WebImage|WebImage]]<!-- ThinkGeo.MapSuite.WebEdition.WebImage --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.PointMarkerStyle ​--> +** {{wiki:​PublicProperty.gif|}} ContextMenu ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +Gets or sets a context menu object that displays when you right-click on the marker. 
-===== Public Events ​===== +== Remarks == 
-__NOTOC__ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​PointMarkerStyle.28WebImage.2C_CustomPopup.2C_ContextMenu.29 
-[[Category:WebEdition]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.WebEdition]] +  * Type:[[ThinkGeo.MapSuite.WebEdition.ContextMenu|ContextMenu]] 
-[[Category:UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} Opacity ** 
 + 
 +Gets or sets a float value between 0 and 1 that indicates the transparency level of the marker. 
 +== Remarks ​== 
 +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 Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsActive ** 
 + 
 +N/A 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​IsActive 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} RequiredColumnNames ** 
 + 
 +N/A 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.PointMarkerStyle#​GetRequiredColumnNames.28.29 
 +== Return Value == 
 +  * Type:Collection<​String>​ 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.webedition.pointmarkerstyle.1440040135.txt.gz · Last modified: 2015/09/18 03:09 (external edit)