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 –> Represents a pop up window whose style and background can be customized.
The <strong>CustomPopup</strong> class provides you an easy way to create your customized popup. You can easily change the popup's color and border by specifying the <strong>BackgroundColor</strong>, <strong>BorderColor</strong> and <strong>BorderWidth</strong> properties. Or you can totally change the popup's appearance by putting a background image behind. With the <strong>BackgroundImageVirtualPath</strong> property, you can customize the popup in any shape you like.
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
CustomPopup | Initialize an instance of the CustomPopup class. | ||
CustomPopup | String | Initialize an instance of the CustomPopup class. | |
CustomPopup | String, PointShape | Initialize an instance of the CustomPopup class. | |
CustomPopup | String, PointShape, String | Initialize an instance of the CustomPopup class. | |
CustomPopup | String, PointShape, String, Int32, Int32 | Initialize an instance of the CustomPopup class. | |
CustomPopup | String, PointShape, String, Int32, Int32, Boolean | Initialize an instance of the CustomPopup class. | |
CustomPopup | String, PointShape, String, Int32, Int32, Boolean, Boolean | Initialize an instance of the CustomPopup class. | |
CustomPopup | String, PointShape, String, Int32, Int32, Boolean, Boolean, Int32 | Initialize an instance of the CustomPopup class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
CloneShallow | Popup | Creates a shallow copy of the current popup object. | |
Equals | Object | Object | |
FromJson | String | Popup | |
GetHashCode | Object | ||
GetType | Object | ||
ToJson | Popup | Returns a JSON string which contains the popup's information and is used to create the popup at the client side. | |
ToString | Object |
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
AutoPan | Boolean | Popup | Gets or sets a value that indicates whether to pan the map to display the entire popup if the popup is not fully displayed. |
AutoSize | Boolean | Popup | Gets or sets a value that indicates whether the popup is automatically resized to fit its contents. |
BackgroundColor | GeoColor | Gets or sets the color applied to the background of the popup object. | |
BackgroundImageVirtualPath | String | Gets or sets the virtual path of the background image. You can set any image as the popup's background. | |
BorderColor | GeoColor | Gets or sets the color applied to the border of the popup object. | |
BorderWidth | Int32 | Gets or sets the width of the popup's border. | |
ContentHtml | String | Gets or sets the content HTML of the popup window. | |
HasCloseButton | Boolean | Popup | Gets or sets a value that indicates whether the popup window has a close button in the upper right corner. |
Height | Int32 | Popup | Gets or sets the height of the popup. |
Id | String | Popup | Gets the identifier by which you can find the popup. |
IsVisible | Boolean | Popup | Gets or sets a value that indicates whether the popup is visible on the map. |
OffsetXInPixels | Int32 | Popup | Gets or sets the popup's pixel offset in X direction. |
OffsetYInPixels | Int32 | Popup | Gets or sets the popup's pixel offset in Y direction. |
Opacity | Single | Popup | Gets or sets the opacity level of the popup. |
Position | PointShape | Popup | Gets or sets a point shape in world coordinates that represents the position of the popup. |
Width | Int32 | Popup | Gets or sets the width of the popup. |
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize an instance of the CustomPopup class.
Initialize an instance of the CustomPopup class.
| Name | Type | Description |
|---|
Initialize an instance of the CustomPopup class.
Initialize an instance of the CustomPopup class.
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> |
Initialize an instance of the CustomPopup class.
Initialize an instance of the CustomPopup class.
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | |
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> |
Initialize an instance of the CustomPopup class.
Initialize an instance of the CustomPopup class.
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | |
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | |
| contentHtml | String<!– System.String –> |
Initialize an instance of the CustomPopup class.
Initialize an instance of the CustomPopup class.
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | |
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | |
| contentHtml | String<!– System.String –> | |
| width | Int32<!– System.Int32 –> | |
| height | Int32<!– System.Int32 –> |
Initialize an instance of the CustomPopup class.
Initialize an instance of the CustomPopup class.
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | |
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | |
| contentHtml | String<!– System.String –> | |
| width | Int32<!– System.Int32 –> | |
| height | Int32<!– System.Int32 –> | |
| autoPan | Boolean<!– System.Boolean –> |
Initialize an instance of the CustomPopup class.
Initialize an instance of the CustomPopup class.
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | |
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | |
| contentHtml | String<!– System.String –> | |
| width | Int32<!– System.Int32 –> | |
| height | Int32<!– System.Int32 –> | |
| autoPan | Boolean<!– System.Boolean –> | |
| hasCloseButton | Boolean<!– System.Boolean –> |
Initialize an instance of the CustomPopup class.
Initialize an instance of the CustomPopup class.
| Name | Type | Description |
|---|---|---|
| id | String<!– System.String –> | |
| position | PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> | |
| contentHtml | String<!– System.String –> | |
| width | Int32<!– System.Int32 –> | |
| height | Int32<!– System.Int32 –> | |
| autoPan | Boolean<!– System.Boolean –> | |
| hasCloseButton | Boolean<!– System.Boolean –> | |
| borderWidth | Int32<!– System.Int32 –> |
Creates a shallow copy of the current popup object.
| Return Type | Description |
|---|---|
| Popup<!– ThinkGeo.MapSuite.MvcEdition.Popup –> |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| jsonString | String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> 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
Returns a JSON string which contains the popup's information and is used to create the popup at the client side.
| Return Type | Description |
|---|---|
| String<!– System.String –> | A string that is used to create the popup at the client side. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> 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
Gets or sets a value that indicates whether to pan the map to display the entire popup if the popup is not fully displayed.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets a value that indicates whether the popup is automatically resized to fit its contents.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the color applied to the background of the popup object.
| Return Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –> Go Back
Gets or sets the virtual path of the background image. You can set any image as the popup's background.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –> Go Back
Gets or sets the color applied to the border of the popup object.
| Return Type |
|---|
| GeoColor<!– ThinkGeo.MapSuite.Core.GeoColor –> |
<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –> Go Back
Gets or sets the width of the popup's border.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –> Go Back
Gets or sets the content HTML of the popup window.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.CustomPopup –> Go Back
Gets or sets a value that indicates whether the popup window has a close button in the upper right corner.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the height of the popup.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets the identifier by which you can find the popup.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets a value that indicates whether the popup is visible on the map.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the popup's pixel offset in X direction.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the popup's pixel offset in Y direction.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the opacity level of the popup.
The <strong>Opacity</strong> property enables you to specify a level of transparency for the popup. When this property is set to a value less than 100 percent (1.00), the entire popup (including its content) is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the popup completely invisible.
| Return Type |
|---|
| Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets a point shape in world coordinates that represents the position of the popup.
| Return Type |
|---|
| PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets or sets the width of the popup.
| Return Type |
|---|
| Int32<!– System.Int32 –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup –> Go Back
Gets a string that represents the type of the Popup object.
| Return Type |
|---|
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.MvcEdition.Popup(overriden) –> 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.