====== ThinkGeo.MapSuite.WebForms.Popup ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.WebForms.Popup** *[[ThinkGeo.MapSuite.WebForms.CloudPopup]] *[[ThinkGeo.MapSuite.WebForms.CustomPopup]] ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} Popup() ** * //Initialize an instance of the Popup class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Popup(String) ** * //Initialize an instance of the Popup class with the identifier specified.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:The identifier by which you can find the popup.
** {{wiki:ProtectedMethod.gif|}} Popup(String,PointShape) ** * //Initialize an instance of the Popup class with the identifier and position specified.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:The identifier by which you can find the popup. * //position// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:A point shape in world coordinates that indicates the position of the popup.
** {{wiki:ProtectedMethod.gif|}} Popup(String,PointShape,Int32,Int32) ** * //Initialize an instance of the Popup class with the identifier, position, width and height specified.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:The identifier by which you can find the popup. * //position// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:A point shape in world coordinates that indicates the position of the popup. * //width// * Type:Int32 * Description:An int value that indicates the popup's width. * //height// * Type:Int32 * Description:An int value that indicates the popup's height.
** {{wiki:ProtectedMethod.gif|}} Popup(String,PointShape,Int32,Int32,Boolean) ** * //Initialize an instance of the CloundPopup class with an Id string, position, popup content, popup size and a boolean value that determines whether to pan the map if necessary to show the full popup.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:The identifier by which you can find the popup. * //position// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:A point shape in world coordinates that indicates the position of the popup. * //width// * Type:Int32 * Description:An int value that indicates the popup's width. * //height// * Type:Int32 * Description:An int value that indicates the popup's height. * //autoPan// * Type:Boolean * Description:A boolean value indicating whether to pan the map if necessary to show the full popup.
** {{wiki:ProtectedMethod.gif|}} Popup(String,PointShape,Int32,Int32,Boolean,Boolean) ** * //Initialize an instance of the CloundPopup class with an Id string, position, popup's content, popup size, a boolean value for whether to pan the map to show the popup, and a boolean value for whether to have a close button on the popup.// == Remarks == * //N/A// == Parameters == * //id// * Type:String * Description:The identifier by which you can find the popup. * //position// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:A point shape in world coordinates that indicates the position of the popup. * //width// * Type:Int32 * Description:An int value that indicates the popup's width. * //height// * Type:Int32 * Description:An int value that indicates the popup's height. * //autoPan// * Type:Boolean * Description:A boolean value indicating whether to pan the map if necessary to show the full popup. * //hasCloseButton// * Type:Boolean * Description:A boolean value indicating whether the popup should have a close button.
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} CloneShallow() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.WebForms.Popup|Popup]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToJson() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:A string that is used to create the popup at the client side. == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Position ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] ** {{wiki:PublicProperty.gif|}} Width ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Height ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} IsVisible ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} Opacity ** * //N/A// == 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 == * Type:Single ** {{wiki:PublicProperty.gif|}} AutoSize ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} AutoPan ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} HasCloseButton ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} OffsetXInPixels ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} OffsetYInPixels ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} PopupType ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ==== Public Events ====