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
Public Methods
| Name | Parameters | DeclaringType | Summary |
AutoPan | Boolean | PopupSetting<TPopup,TPopupSetting> | Set autoPan for Element property and retun the PopupSetting |
AutoSize | Boolean | PopupSetting<TPopup,TPopupSetting> | Set autoSize for Element property and retun the PopupSetting |
Equals | Object | Object | |
GetHashCode | | Object | |
GetType | | Object | |
HasCloseButton | Boolean | PopupSetting<TPopup,TPopupSetting> | Set hasCloseButton for Element property and retun the PopupSetting |
Height | Int32 | PopupSetting<TPopup,TPopupSetting> | Set height for Element property and retun the PopupSetting |
IsVisible | Boolean | PopupSetting<TPopup,TPopupSetting> | Set isVisible for Element property and retun the PopupSetting |
OffsetXInPixels | Int32 | PopupSetting<TPopup,TPopupSetting> | Set offsetXInPixels for Element property and retun the PopupSetting |
OffsetYInPixels | Int32 | PopupSetting<TPopup,TPopupSetting> | Set offsetYInPixels for Element property and retun the PopupSetting |
Opacity | Single | PopupSetting<TPopup,TPopupSetting> | Set opacity for Element property and retun the PopupSetting |
Position | PointShape | PopupSetting<TPopup,TPopupSetting> | Set position for Element property and retun the PopupSetting |
ToString | | Object | |
Width | Int32 | PopupSetting<TPopup,TPopupSetting> | Set width for Element property and retun the PopupSetting |
Protected Methods
Public Properties
| Name | Return | DeclaringType | Summary |
Protected Properties
| Name | Return | DeclaringType | Summary |
Element | TPopup | MvcElementSettingBase<TPopup,TPopupSetting> | |
Public Events
| Name | Event Arguments | DeclaringType | Summary |
Public Constructors
Protected Constructors
Initializes a new instance of the PopupSetting class.
Parameters
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
GetType()
Return Value
| Return Type | Description |
| Type<!– System.Type –> | |
Parameters
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
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
MemberwiseClone()
Return Value
| Return Type | Description |
| Object<!– System.Object –> | |
Parameters
Public Properties
Protected Properties
Element
Return Value
| Return Type |
| TPopup<!– TPopup –> |
<!– MvcElementSettingBase{TPopup,TPopupSetting} –>
Go Back
Public Events