User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.markersetting

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.mvcedition.markersetting [2015/09/22 08:35]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.MarkerSetting ====== 
- 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.Marker,​ MvcEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null],​[ThinkGeo.MapSuite.MvcEdition.MarkerSetting,​ MvcEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]] 
-      ***ThinkGeo.MapSuite.MvcEdition.MarkerSetting** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} MarkerSetting(Marker) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //element// 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} ContextMenu(Action<​ContextMenuSetting>​) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerSetting|MarkerSetting]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​addContextMenu//​ 
-    * Type:​Action<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Popup(Action<​CustomPopupSetting>​) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerSetting|MarkerSetting]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​configPopup//​ 
-    * Type:​Action<​[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]]>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} PopupDelay(Int32) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerSetting|MarkerSetting]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​popupDelay//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Position(PointShape) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerSetting|MarkerSetting]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​position//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WebImage(WebImage) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerSetting|MarkerSetting]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​webImage//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Opacity(Single) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerSetting|MarkerSetting]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //opacity// 
-    * Type:Single 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Id(String) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerSetting|MarkerSetting]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //id// 
-    * Type:String 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} IsVisible(Boolean) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.MarkerSetting|MarkerSetting]] 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​isVisible//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​Boolean 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //obj// 
-    * Type:Object 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Int32 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} GetType() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Type 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Protected Methods ==== 
-** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
- 
-  * //N/A// 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:Object 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-==== Public Properties ==== 
-==== Protected Properties ==== 
-** {{wiki:​ProtectedProperty.gif|}} Element ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]] 
- 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mvcedition.markersetting.1442910927.txt.gz ยท Last modified: 2015/09/22 08:35 by admin