User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.custompopupsetting

This is an old revision of the document!


ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting

<!– Class –> A setting for CustomPopup that contains APIs to set properties of CustomPopupSetting using in MVC view.

Inheritance Hierarchy

*System.Object

  • PublicKeyToken=null]]
    • Culture=neutral
      • Version=9.0.0.0

* MvcEdition [ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting * PublicKeyToken=null] Culture=neutral * Version=9.0.0.0 MvcEdition *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase`2[[ThinkGeo.MapSuite.MvcEdition.CustomPopup PublicKeyToken=null]] * Culture=neutral Version=9.0.0.0 * MvcEdition [ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting * PublicKeyToken=null] Culture=neutral * Version=9.0.0.0 MvcEdition *ThinkGeo.MapSuite.MvcEdition.PopupSetting`2[[ThinkGeo.MapSuite.MvcEdition.CustomPopup **ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodCustomPopupSetting CustomPopup Initializes a new instance of the CustomPopupSetting class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodAutoPan Boolean PopupSetting<CustomPopup,CustomPopupSetting>
Public MethodAutoSize Boolean PopupSetting<CustomPopup,CustomPopupSetting>
Public MethodBackgroundColor GeoColor Set backgroundColor for Element property and retun the CustomPopupSetting
Public MethodBackgroundImageVirtualPath String Set backgroundImageVirtualPath for Element property and retun the CustomPopupSetting
Public MethodBorderColor GeoColor Set borderColor for Element property and retun the CustomPopupSetting
Public MethodBorderWidth Int32 Set borderWidth for Element property and retun the CustomPopupSetting
Public MethodContentHtml String Set contentHtml for Element property and retun the CustomPopupSetting
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodHasCloseButton Boolean PopupSetting<CustomPopup,CustomPopupSetting>
Public MethodHeight Int32 PopupSetting<CustomPopup,CustomPopupSetting>
Public MethodIsVisible Boolean PopupSetting<CustomPopup,CustomPopupSetting>
Public MethodOffsetXInPixels Int32 PopupSetting<CustomPopup,CustomPopupSetting>
Public MethodOffsetYInPixels Int32 PopupSetting<CustomPopup,CustomPopupSetting>
Public MethodOpacity Single PopupSetting<CustomPopup,CustomPopupSetting>
Public MethodPosition PointShape PopupSetting<CustomPopup,CustomPopupSetting>
Public MethodToString Object
Public MethodWidth Int32 PopupSetting<CustomPopup,CustomPopupSetting>

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary

Protected Properties

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

CustomPopupSetting(CustomPopup)

Initializes a new instance of the CustomPopupSetting class.

Parameters

Name Type Description
popup CustomPopup<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –>

Go Back

Protected Constructors

Public Methods

AutoPan(Boolean)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
autoPan Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

AutoSize(Boolean)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
autoSize Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

BackgroundColor(GeoColor)

Set backgroundColor for Element property and retun the CustomPopupSetting

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> The setting of CustomPopupSetting itself

Parameters

Name Type Description
backgroundColor GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> A backgroundColor for Element property

<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> Go Back

BackgroundImageVirtualPath(String)

Set backgroundImageVirtualPath for Element property and retun the CustomPopupSetting

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> The setting of CustomPopupSetting itself

Parameters

Name Type Description
backgroundImageVirtualPath String<!– System.String –> A backgroundImageVirtualPath for Element property

<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> Go Back

BorderColor(GeoColor)

Set borderColor for Element property and retun the CustomPopupSetting

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> The setting of CustomPopupSetting itself

Parameters

Name Type Description
borderColor GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> A borderColor for Element property

<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> Go Back

BorderWidth(Int32)

Set borderWidth for Element property and retun the CustomPopupSetting

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> The setting of CustomPopupSetting itself

Parameters

Name Type Description
borderWidth Int32<!– System.Int32 –> A borderWidth for Element property

<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> Go Back

ContentHtml(String)

Set contentHtml for Element property and retun the CustomPopupSetting

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> The setting of CustomPopupSetting itself

Parameters

Name Type Description
contentHtml String<!– System.String –> A contentHtml for Element property

<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

HasCloseButton(Boolean)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
hasCloseButton Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

Height(Int32)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
height Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

IsVisible(Boolean)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
isVisible Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

OffsetXInPixels(Int32)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
offsetXInPixels Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

OffsetYInPixels(Int32)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
offsetYInPixels Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

Opacity(Single)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
opacity Single<!– System.Single –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

Position(PointShape)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
position PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Width(Int32)

Return Value

Return Type Description
CustomPopupSetting<!– ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting –>

Parameters

Name Type Description
width Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

Protected Properties

Element

Return Value

Return Type
CustomPopup<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –>

<!– ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase{ThinkGeo.MapSuite.MvcEdition.CustomPopup,ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting} –> Go Back

Public Events

thinkgeo.mapsuite.mvcedition.custompopupsetting.1440040131.txt.gz · Last modified: 2015/09/21 03:32 (external edit)