User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.pointmarkerstylesetting

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.pointmarkerstylesetting [2015/09/22 08:36]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting ====== 
-A setting for PointMarkerStyle that contains APIs to set properties of PointMarkerStyleSetting using in MVC view. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle,​ MvcEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null],​[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting,​ MvcEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]] 
-      *ThinkGeo.MapSuite.MvcEdition.MarkerStyleSetting`2[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle,​ MvcEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null],​[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting,​ MvcEdition, Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]] 
-        ***ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} PointMarkerStyleSetting(PointMarkerStyle) ** 
- 
-  * //​Initializes a new instance of the PointMarkerStyleSetting class.// 
-== Remarks == 
-  * //N/A// 
-== Parameters == 
-  * //​pointMarkerStyle//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle|PointMarkerStyle]] 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-==== Protected Constructors ==== 
-==== Public Methods ==== 
-** {{wiki:​PublicMethod.gif|}} Popup(Action<​CustomPopupSetting>​) ** 
- 
-  * //Set Popup for Element property according to a method that takes CustomPopupSetting and retun the PointMarkerStyleSetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]] 
-  * Description:​The setting of PointMarkerStyleSetting itself 
- 
-== Parameters == 
-  * //​popupAction//​ 
-    * Type:​Action<​[[ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting|CustomPopupSetting]]>​ 
-    * Description:​a method that takes CustomPopupSetting 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} PopupDelay(Int32) ** 
- 
-  * //Set popupDelay for Element property and retun the PointMarkerStyleSetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]] 
-  * Description:​The setting of PointMarkerStyleSetting itself 
- 
-== Parameters == 
-  * //​popupDelay//​ 
-    * Type:Int32 
-    * Description:​A popupDelay for Element property 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WebImage(WebImage) ** 
- 
-  * //Set webImage for Element property and retun the PointMarkerStyleSetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]] 
-  * Description:​The setting of PointMarkerStyleSetting itself 
- 
-== Parameters == 
-  * //​webImage//​ 
-    * Type:​[[ThinkGeo.MapSuite.MvcEdition.WebImage|WebImage]] 
-    * Description:​A webImage for Element property 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ContextMenu(Action<​ContextMenuSetting>​) ** 
- 
-  * //Set ContextMenu for Element property according to a method that takes ContextMenuSetting and retun the PointMarkerStyleSetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]] 
-  * Description:​The setting of PointMarkerStyleSetting itself 
- 
-== Parameters == 
-  * //​contextMenuSettingAction//​ 
-    * Type:​Action<​[[ThinkGeo.MapSuite.MvcEdition.ContextMenuSetting|ContextMenuSetting]]>​ 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Opacity(Single) ** 
- 
-  * //Set opacity for Element property and retun the PointMarkerStyleSetting//​ 
-== Remarks == 
-  * //N/A// 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting|PointMarkerStyleSetting]] 
-  * Description:​The setting of PointMarkerStyleSetting itself 
- 
-== Parameters == 
-  * //opacity// 
-    * Type:Single 
-    * Description:​A opacity for Element property 
- 
-<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.PointMarkerStyle|PointMarkerStyle]] 
- 
-==== Public Events ==== 
  
thinkgeo.mapsuite.mvcedition.pointmarkerstylesetting.1442910999.txt.gz ยท Last modified: 2015/09/22 08:36 by admin