Products
Professional Services
Demos and Downloads
Help and Support
Products
Professional Services
Demos and Downloads
Help and Support
This is an old revision of the document!
<!– Class –> A setting for Popup that contains APIs to set properties of PopupSetting using in MVC view.
*System.Object **ThinkGeo.MapSuite.MvcEdition.PopupSetting`2
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
PopupSetting`2 | Initializes a new instance of the PopupSetting class. | ||
PopupSetting`2 | TPopup |
| 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 |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
Element | TPopup | MvcElementSettingBase<TPopup,TPopupSetting> |
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initializes a new instance of the PopupSetting class.
| Name | Type | Description |
|---|
| Name | Type | Description |
|---|---|---|
| popup | TPopup<!– TPopup –> |
Set autoPan for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| autoPan | Boolean<!– System.Boolean –> | A autoPan for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
Set autoSize for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| autoSize | Boolean<!– System.Boolean –> | A autoSize for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Set hasCloseButton for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| hasCloseButton | Boolean<!– System.Boolean –> | A hasCloseButton for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
Set height for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| height | Int32<!– System.Int32 –> | A height for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
Set isVisible for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| isVisible | Boolean<!– System.Boolean –> | A isVisible for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
Set offsetXInPixels for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| offsetXInPixels | Int32<!– System.Int32 –> | A offsetXInPixels for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
Set offsetYInPixels for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| offsetYInPixels | Int32<!– System.Int32 –> | A offsetYInPixels for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
Set opacity for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| opacity | Single<!– System.Single –> | A opacity for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
Set position for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | A position for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Set width for Element property and retun the PopupSetting
| Return Type | Description |
|---|---|
| TPopupSetting<!– TPopupSetting –> | The setting of PopupSetting itself |
| Name | Type | Description |
|---|---|---|
| width | Int32<!– System.Int32 –> | A width for Element property |
<!– ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,TPopupSetting} –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type |
|---|
| TPopup<!– TPopup –> |
<!– MvcElementSettingBase{TPopup,TPopupSetting} –> Go Back
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.