====== ThinkGeo.MapSuite.MvcEdition.PointMarkerStyleSetting ====== {{section>upgrade_map_suite_to_10.0}} 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
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Popup(Action) ** * //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
** {{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
** {{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
** {{wiki:PublicMethod.gif|}} ContextMenu(Action) ** * //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
** {{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
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} Element ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.PointMarkerStyle|PointMarkerStyle]] ==== Public Events ====