Table of Contents

ThinkGeo.MapSuite.MvcEdition.Popup

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.

Serves as the base class that defines the methods and properties common to all types of popups.

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

Popup()

Remarks
Parameters

Popup(String)

Remarks
Parameters

Popup(String,PointShape)

Remarks
Parameters

Popup(String,PointShape,Int32,Int32)

Remarks
Parameters

Popup(String,PointShape,Int32,Int32,Boolean)

Remarks
Parameters

Popup(String,PointShape,Int32,Int32,Boolean,Boolean)

Remarks
Parameters

Public Methods

CloneShallow()

Remarks
Return Value
Parameters

ToJson()

Remarks
Return Value
Parameters

FromJson(String)

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

Id

Gets the identifier by which you can find the popup.

Remarks

N/A

Return Value

Position

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

Remarks

N/A

Return Value

Width

Gets or sets the width of the popup.

Remarks

N/A

Return Value

Height

Gets or sets the height of the popup.

Remarks

N/A

Return Value

IsVisible

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

Remarks

N/A

Return Value

Opacity

Gets or sets the opacity level of the popup.

Remarks

The Opacity 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

N/A

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

N/A

Return Value

HasCloseButton

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

Remarks

N/A

Return Value

OffsetXInPixels

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

Remarks

N/A

Return Value

OffsetYInPixels

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

Remarks

N/A

Return Value

Protected Properties

PopupType

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

Remarks

N/A

Return Value

Public Events