User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.popupsetting_tpopup_tpopupsetting

ThinkGeo.MapSuite.MvcEdition.PopupSetting‹TPopup,_TPopupSetting›

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

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

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary

Protected Constructors

Name Parameters DeclaringType Summary
Protected MethodPopupSetting‹TPopup, TPopupSetting› Initializes a new instance of the PopupSetting class.
Protected MethodPopupSetting‹TPopup, TPopupSetting› TPopup

Public Methods

Name Parameters DeclaringType Summary
Public MethodAutoPan Boolean PopupSetting<TPopup,TPopupSetting> Set autoPan for Element property and retun the PopupSetting
Public MethodAutoSize Boolean PopupSetting<TPopup,TPopupSetting> Set autoSize for Element property and retun the PopupSetting
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodHasCloseButton Boolean PopupSetting<TPopup,TPopupSetting> Set hasCloseButton for Element property and retun the PopupSetting
Public MethodHeight Int32 PopupSetting<TPopup,TPopupSetting> Set height for Element property and retun the PopupSetting
Public MethodIsVisible Boolean PopupSetting<TPopup,TPopupSetting> Set isVisible for Element property and retun the PopupSetting
Public MethodOffsetXInPixels Int32 PopupSetting<TPopup,TPopupSetting> Set offsetXInPixels for Element property and retun the PopupSetting
Public MethodOffsetYInPixels Int32 PopupSetting<TPopup,TPopupSetting> Set offsetYInPixels for Element property and retun the PopupSetting
Public MethodOpacity Single PopupSetting<TPopup,TPopupSetting> Set opacity for Element property and retun the PopupSetting
Public MethodPosition PointShape PopupSetting<TPopup,TPopupSetting> Set position for Element property and retun the PopupSetting
Public MethodToString Object
Public MethodWidth Int32 PopupSetting<TPopup,TPopupSetting> Set width for Element property and retun the PopupSetting

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary

Protected Properties

Name Return DeclaringType Summary
Protected PropertyElement TPopup MvcElementSettingBase<TPopup,TPopupSetting>

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

Protected Constructors

PopupSetting‹TPopup, TPopupSetting›()

Initializes a new instance of the PopupSetting class.

Parameters

Name Type Description

Go Back

PopupSetting‹TPopup, TPopupSetting›(TPopup)

Parameters

Name Type Description
popup TPopup<!– TPopup –>

Go Back

Public Methods

AutoPan(Boolean)

Set autoPan for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

Name Type Description
autoPan Boolean<!– System.Boolean –> A autoPan for Element property

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back

AutoSize(Boolean)

Set autoSize for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

Name Type Description
autoSize Boolean<!– System.Boolean –> A autoSize for Element property

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> 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)

Set hasCloseButton for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

Name Type Description
hasCloseButton Boolean<!– System.Boolean –> A hasCloseButton for Element property

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back

Height(Int32)

Set height for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

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

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back

IsVisible(Boolean)

Set isVisible for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

Name Type Description
isVisible Boolean<!– System.Boolean –> A isVisible for Element property

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back

OffsetXInPixels(Int32)

Set offsetXInPixels for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

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

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back

OffsetYInPixels(Int32)

Set offsetYInPixels for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

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

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back

Opacity(Single)

Set opacity for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

Name Type Description
opacity Single<!– System.Single –> A opacity for Element property

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back

Position(PointShape)

Set position for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

Name Type Description
position PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> A position for Element property

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back

ToString()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Width(Int32)

Set width for Element property and retun the PopupSetting

Return Value

Return Type Description
TPopupSetting<!– TPopupSetting –> The setting of PopupSetting itself

Parameters

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

<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> 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
TPopup<!– TPopup –>

<!– MvcElementSettingBase{TPopup,TPopupSetting} –> Go Back

Public Events

thinkgeo.mapsuite.mvcedition.popupsetting_tpopup_tpopupsetting.txt · Last modified: 2017/03/16 21:59 (external edit)