Table of Contents

ThinkGeo.MapSuite.WebEdition.CloudPopup

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.

Represents the popups that appear in a cloud (a.k.a. balloon) shape.

Inheritance Hierarchy

Members Summary

Public Constructors

CloudPopup()

Remarks
Parameters

CloudPopup(String)

Remarks
Parameters

CloudPopup(String,PointShape)

Remarks
Parameters

CloudPopup(String,PointShape,String)

Remarks
Parameters

CloudPopup(String,PointShape,String,Int32,Int32)

Remarks
Parameters

CloudPopup(String,PointShape,String,Int32,Int32,Boolean)

Remarks
Parameters

CloudPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean)

Remarks
Parameters

Protected Constructors

Public Methods

CloneShallow()

Remarks
Return Value
Parameters

ToJson()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

ContentHtml

Gets or sets the content HTML of the popup window.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#ContentHtml

Return Value

Id

Gets the identifier by which you can find the popup.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#Id

Return Value

Position

Gets or sets a point shape in world coordinates that represents the position of the popup.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#Position

Return Value

Width

Gets or sets the width of the popup.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#Width

Return Value

Height

Gets or sets the height of the popup.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#Height

Return Value

IsVisible

Gets or sets a value that indicates whether the popup is visible on the map.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#IsVisible

Return Value

Opacity

Gets or sets the opacity level of the popup.

Remarks

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 Value

AutoSize

Gets or sets a value that indicates whether the popup is automatically resized to fit its contents.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#AutoSize

Return Value

AutoPan

Gets or sets a value that indicates whether to pan the map to display the entire popup if the popup is not fully displayed.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#AutoPan

Return Value

HasCloseButton

Gets or sets a value that indicates whether the popup window has a close button in the upper right corner.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#HasCloseButton

Return Value

OffsetXInPixels

Gets or sets the popup's pixel offset in X direction.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#OffsetXInPixels

Return Value

OffsetYInPixels

Gets or sets the popup's pixel offset in Y direction.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#OffsetYInPixels

Return Value

Protected Properties

PopupType

Gets a string that represents the type of the Popup object.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CloudPopup#PopupType

Return Value

Public Events