====== ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting ====== {{section>upgrade_map_suite_to_10.0}} A setting for OverlaySwitcherMapTool that contains APIs to set properties of OverlaySwitcherMapToolSetting using in MVC view. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null],[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]] *ThinkGeo.MapSuite.MvcEdition.MapToolSetting`2[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null],[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting, MvcEdition, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]] ***ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} OverlaySwitcherMapToolSetting(OverlaySwitcherMapTool) ** * //Initializes a new instance of the OverlaySwitcherMapToolSetting class.// == Remarks == * //N/A// == Parameters == * //mapTool// * Type:[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} OnClientBaseOverlayChanged(String) ** * //Set onClientBaseOverlayChanged javascript function name for Element property and retun the OverlaySwitcherMapToolSetting// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]] * Description:The setting of OverlaySwitcherMapToolSetting itself == Parameters == * //onClientBaseOverlayChanged// * Type:String * Description:A onClientBaseOverlayChanged javascript function name for Element property ** {{wiki:PublicMethod.gif|}} RoundedCornerColor(GeoColor) ** * //Set roundedCornerColor for Element property and retun the OverlaySwitcherMapToolSetting// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]] * Description:The setting of OverlaySwitcherMapToolSetting itself == Parameters == * //roundedCornerColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:A roundedCornerColor for Element property ** {{wiki:PublicMethod.gif|}} BackgroundColor(GeoColor) ** * //Set backgroundColor for Element property and retun the OverlaySwitcherMapToolSetting// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]] * Description:The setting of OverlaySwitcherMapToolSetting itself == Parameters == * //backgroundColor// * Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] * Description:A backgroundColor for Element property ** {{wiki:PublicMethod.gif|}} BaseOverlayTitle(String) ** * //Set baseOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]] * Description:The setting of OverlaySwitcherMapToolSetting itself == Parameters == * //baseOverlayTitle// * Type:String * Description:A baseOverlayTitle for Element property ** {{wiki:PublicMethod.gif|}} DynamicOverlayTitle(String) ** * //Set dynamicOverlayTitle for Element property and retun the OverlaySwitcherMapToolSetting// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]] * Description:The setting of OverlaySwitcherMapToolSetting itself == Parameters == * //dynamicOverlayTitle// * Type:String * Description:A dynamicOverlayTitle for Element property ** {{wiki:PublicMethod.gif|}} Enabled(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.MvcEdition.OverlaySwitcherMapToolSetting|OverlaySwitcherMapToolSetting]] * Description:N/A == Parameters == * //isEnabled// * Type:Boolean * Description:N/A ** {{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.OverlaySwitcherMapTool|OverlaySwitcherMapTool]] ==== Public Events ====