User Tools

Site Tools


thinkgeo.mapsuite.webedition.custompopup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webedition.custompopup [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.webedition.custompopup [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.CustomPopup ====== ====== ThinkGeo.MapSuite.WebEdition.CustomPopup ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents a pop up window whose style and background can be customized. Represents a pop up window whose style and background can be customized.
-=== Remarks === 
-The &​lt;​strong&​gt;​CustomPopup&​lt;/​strong&​gt;​ class provides you an easy way to create your customized popup. You can easily change the popup'​s color and border by specifying the &​lt;​strong&​gt;​BackgroundColor&​lt;/​strong&​gt;,​ &​lt;​strong&​gt;​BorderColor&​lt;/​strong&​gt;​ and &​lt;​strong&​gt;​BorderWidth&​lt;/​strong&​gt;​ properties. Or you can totally change the popup'​s appearance by putting a background image behind. With the &​lt;​strong&​gt;​BackgroundImageVirtualPath&​lt;/​strong&​gt;​ property, you can customize the popup in any shape you like. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.WebEdition.Popup]] +    *ThinkGeo.MapSuite.WebEdition.Popup 
-***[[ThinkGeo.MapSuite.WebEdition.CustomPopup]]+      ***ThinkGeo.MapSuite.WebEdition.CustomPopup**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} CustomPopup() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#CustomPopup()|CustomPopup]] ​  ​| ​   |    | Initialize an instance of the CustomPopup class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CustomPopup(String)|CustomPopup]] ​  | String ​  ​| ​   | Initialize an instance of the CustomPopup class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CustomPopup(String,​ PointShape)|CustomPopup]] ​  | String, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | Initialize an instance of the CustomPopup class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CustomPopup(String,​ PointShape, String)|CustomPopup]] ​  | String, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ String ​  ​| ​   | Initialize an instance of the CustomPopup class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CustomPopup(String,​ PointShape, String, Int32, Int32)|CustomPopup]] ​  | String, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ String, Int32, Int32   ​| ​   | Initialize an instance of the CustomPopup class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CustomPopup(String,​ PointShape, String, Int32, Int32, Boolean)|CustomPopup]] ​  | String, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ String, Int32, Int32, Boolean ​  ​| ​   | Initialize an instance of the CustomPopup class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CustomPopup(String,​ PointShape, String, Int32, Int32, Boolean, Boolean)|CustomPopup]] ​  | String, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ String, Int32, Int32, Boolean, Boolean ​  ​| ​   | Initialize an instance of the CustomPopup class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CustomPopup(String,​ PointShape, String, Int32, Int32, Boolean, Boolean, Int32)|CustomPopup]] ​  | String, [[ThinkGeo.MapSuite.Core.PointShape|PointShape]],​ String, Int32, Int32, Boolean, Boolean, Int32   ​| ​   | Initialize an instance of the CustomPopup class. ​  |+
  
-==== Protected Constructors ​==== +Initialize an instance of the CustomPopup class. 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +N/A 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} CustomPopup(String) **
  
-==== Public Methods ​==== +Initialize an instance of the CustomPopup class. 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CloneShallow()|CloneShallow]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Creates a shallow copy of the current popup object. ​  | +N/A 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +== Parameters ​== 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +  * //id// 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +    ​* Type:String 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToJson()|ToJson]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Returns a JSON string which contains the popup'​s information and is used to create the popup at the client side.   | +    ​* Description:N/A
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +<div newline></​div>​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:PublicMethod.gif|}} ​CustomPopup(String,​PointShape**
-{{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ​==== +Initialize an instance of the CustomPopup class. 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoPan|AutoPan]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Popup|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. ​  | +N/A 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoSize|AutoSize]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets or sets a value that indicates whether the popup is automatically resized to fit its contents. ​  | +== Parameters ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BackgroundColor|BackgroundColor]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | Gets or sets the color applied to the background of the popup object. ​  | +  * //id// 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​BackgroundImageVirtualPath|BackgroundImageVirtualPath]] ​  ​| ​String ​  |    | Gets or sets the virtual path of the background image. You can set any image as the popup'​s background. ​  | +    ​* Type:String 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BorderColor|BorderColor]] ​  | [[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] ​  ​| ​   | Gets or sets the color applied to the border of the popup object. ​  | +    ​* Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​BorderWidth|BorderWidth]] ​  | Int32   ​| ​   | Gets or sets the width of the popup'​s border. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContentHtml|ContentHtml]] ​  | String ​  ​| ​   | Gets or sets the content HTML of the popup window. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasCloseButton|HasCloseButton]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets or sets a value that indicates whether the popup window has a close button in the upper right corner. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Height|Height]] ​  | Int32   | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets or sets the height of the popup. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets the identifier by which you can find the popup. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets or sets a value that indicates whether the popup is visible on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OffsetXInPixels|OffsetXInPixels]] ​  | Int32   | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets or sets the popup'​s pixel offset in X direction. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OffsetYInPixels|OffsetYInPixels]] ​  | Int32   | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets or sets the popup'​s pixel offset in Y direction. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Single ​  | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets or sets the opacity level of the popup. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Position|Position]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets or sets a point shape in world coordinates that represents the position of the popup. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Width|Width]] ​  | Int32   | [[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] ​  | Gets or sets the width of the popup. ​  |+
  
-==== Protected Properties ==== +  * //​position//​ 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​PopupType|PopupType]] ​  | String ​  ​| ​[[ThinkGeo.MapSuite.WebEdition.Popup|Popup]](overriden) ​  | Gets a string that represents the type of the Popup object. ​  |+    * Description:​N/​A
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} CustomPopup(String,​PointShape,​String) **
  
-===== Public Constructors ===== 
-==== CustomPopup() ==== 
-Initialize an instance of the CustomPopup class. 
-=== Overloads === 
 Initialize an instance of the CustomPopup class. Initialize an instance of the CustomPopup class.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28.29<​/a> +N/A 
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //id// 
 +    * Type:String 
 +    * Description:N/A
  
-[[#Public Constructors|Go Back]] +  * //position// 
-==== CustomPopup(String) ==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-Initialize an instance of the CustomPopup class. +    ​* ​Description:N/A
-=== Overloads === +
-Initialize an instance of the CustomPopup class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| id   | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //contentHtml// 
-==== CustomPopup(String,​ PointShape) ==== +    ​* ​Type:String 
-Initialize an instance of the CustomPopup class. +    ​* Description:​N/​A
-=== Overloads === +
-Initialize an instance of the CustomPopup class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.29</​a>​ +
-=== Parameters === +
-^  Name ^  ​Type ^  Description ^ +
-| id   ​| ​String<!-- System.String --> ​  ​| ​   | +
-| position ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></div
-==== CustomPopup(String,​ PointShape, String) ==== +** {{wiki:​PublicMethod.gif|}} CustomPopup(String,PointShape,String,​Int32,​Int32) **
-Initialize an instance of the CustomPopup class. +
-=== Overloads === +
-Initialize an instance of the CustomPopup class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| id   | String<!-- System.String --> ​  ​| ​   | +
-| position ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | +
-| contentHtml ​  ​| ​String<!-- System.String --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] 
-==== CustomPopup(String,​ PointShape, String, Int32, Int32) ==== 
 Initialize an instance of the CustomPopup class. Initialize an instance of the CustomPopup class.
-=== Overloads === +== Remarks ​== 
-Initialize an instance of the CustomPopup class. +N/A 
-=== Remarks === +== Parameters ​== 
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.29"​ target="​_blank">​http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.29<​/a> +  ​* ​//id// 
-=== Parameters === +    * Type:String 
-^  Name ^  ​Type ^  Description ^ +    * Description:​N/
-| id   | String<​!-- System.String --> ​  ​| ​   | + 
-| position ​  ​| ​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | +  * //position// 
-contentHtml ​  | String<!-- System.String --> ​  ​| ​   | +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-width   | Int32<!-- System.Int32 --> ​  ​| ​   | +    * Description:​N/​A 
-height ​  | Int32<!-- System.Int32 --> ​  ​| ​   ​|+ 
 +  * //contentHtml// 
 +    * Type:String 
 +    * Description:​N/​A 
 + 
 +  * //width// 
 +    * Type:Int32 
 +    * Description:​N/​A 
 + 
 +  * //height// 
 +    * Type:Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} CustomPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean) **
  
-[[#Public Constructors|Go Back]] 
-==== CustomPopup(String,​ PointShape, String, Int32, Int32, Boolean) ==== 
 Initialize an instance of the CustomPopup class. Initialize an instance of the CustomPopup class.
-=== Overloads === +== Remarks ​== 
-Initialize an instance of the CustomPopup class. +N/A 
-=== Remarks === +== Parameters ​== 
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.2C_Boolean.29"​ target="​_blank">​http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.2C_Boolean.29<​/a> +  ​* ​//id// 
-=== Parameters === +    * Type:String 
-^  Name ^  ​Type ^  Description ^ +    * Description:​N/
-| id   | String<​!-- System.String --> ​  ​| ​   | + 
-| position ​  ​| ​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | +  * //position// 
-contentHtml ​  | String<!-- System.String --> ​  ​| ​   | +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-width   | Int32<!-- System.Int32 --> ​  ​| ​   | +    * Description:​N/​A 
-height ​  | Int32<!-- System.Int32 --> ​  ​| ​   | + 
-autoPan ​  | Boolean<!-- System.Boolean --> ​  ​| ​   ​|+  * //contentHtml// 
 +    * Type:String 
 +    * Description:​N/​A 
 + 
 +  * //width// 
 +    * Type:Int32 
 +    * Description:​N/​A 
 + 
 +  * //height// 
 +    * Type:Int32 
 +    * Description:​N/​A 
 + 
 +  * //autoPan// 
 +    * Type:Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} CustomPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean,​Boolean) **
  
-[[#Public Constructors|Go Back]] 
-==== CustomPopup(String,​ PointShape, String, Int32, Int32, Boolean, Boolean) ==== 
 Initialize an instance of the CustomPopup class. Initialize an instance of the CustomPopup class.
-=== Overloads === +== Remarks ​== 
-Initialize an instance of the CustomPopup class. +N/A 
-=== Remarks === +== Parameters ​== 
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.2C_Boolean.2C_Boolean.29"​ target="​_blank">​http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.2C_Boolean.2C_Boolean.29<​/a> +  ​* ​//id// 
-=== Parameters === +    * Type:String 
-^  Name ^  ​Type ^  Description ^ +    * Description:​N/
-| id   | String<​!-- System.String --> ​  ​| ​   | + 
-| position ​  ​| ​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.Core.PointShape --> ​  ​| ​   | +  * //position// 
-contentHtml ​  | String<!-- System.String --> ​  ​| ​   | +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-width   | Int32<!-- System.Int32 --> ​  ​| ​   | +    * Description:​N/​A 
-height ​  | Int32<!-- System.Int32 --> ​  ​| ​   | + 
-autoPan ​  | Boolean<!-- System.Boolean --> ​  ​| ​   | +  * //contentHtml// 
-hasCloseButton ​  | Boolean<!-- System.Boolean --  |    ​|+    * Type:String 
 +    * Description:​N/​A 
 + 
 +  * //width// 
 +    * Type:Int32 
 +    * Description:​N/​A 
 + 
 +  * //height// 
 +    * Type:Int32 
 +    * Description:​N/​A 
 + 
 +  * //autoPan// 
 +    * Type:Boolean 
 +    * Description:​N/​A 
 + 
 +  * //hasCloseButton// 
 +    * Type:Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div> 
 +** {{wiki:​PublicMethod.gif|}} CustomPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean,​Boolean,​Int32) **
  
-[[#Public Constructors|Go Back]] 
-==== CustomPopup(String,​ PointShape, String, Int32, Int32, Boolean, Boolean, Int32) ==== 
 Initialize an instance of the CustomPopup class. Initialize an instance of the CustomPopup class.
-=== Overloads === +== Remarks == 
-Initialize an instance of the CustomPopup class. +N/A 
-=== Remarks ​=== +== Parameters == 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.2C_Boolean.2C_Boolean.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CustomPopup.28String.2C_PointShape.2C_String.2C_Int32.2C_Int32.2C_Boolean.2C_Boolean.2C_Int32.29<​/a> +  ​* //id// 
-=== Parameters ​=== +    ​* Type:String 
- Name ^  Type ^  Description ^ +    ​* Description:​N/​A
-id   | String<​!-- System.String --> ​  ​| ​   | +
-| position ​  | [[ThinkGeo.MapSuite.Core.PointShape|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 --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //position// 
-===== Protected Constructors ===== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-===== Public Methods ===== +    * Description:​N/​A
-==== CloneShallow() ==== +
-Creates a shallow copy of the current popup object. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CloneShallow.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​CloneShallow.28.29<​/a> +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.WebEdition.Popup|Popup]]<!-- ThinkGeo.MapSuite.WebEdition.Popup --> ​  ​| ​   |+
  
-=== Parameters === +  * //​contentHtml//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:String 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +  * //width// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== Equals(Object) ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //height// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- System.Object --> +  * //autoPan// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== GetHashCode() ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //​hasCloseButton//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Boolean 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //borderWidth// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== GetType() ==== +    ​* Description:​N/​A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters ​=== +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+==== Protected Constructors ==== 
 +==== Public Methods ​==== 
 +** {{wiki:​PublicMethod.gif|}} CloneShallow() **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ToJson() ==== +N/A
-Returns a JSON string which contains the popup'​s information and is used to create the popup at the client side. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​ToJson.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​ToJson.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​string that is used to create the popup at the client side.   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.WebEdition.Popup|Popup]] 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} ToJson() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​ToString.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​ToString.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-===== Protected Methods ===== +  * Description:N/A
-==== Finalize() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() **
  
-<!-- System.Object --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MemberwiseClone() ==== +N/A
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:String 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-===== Public Properties ===== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​AutoPan"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​AutoPan</a+
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== AutoSize ​==== +N/A 
-Gets or sets a value that indicates whether the popup is automatically resized to fit its contents+ 
-=== Remarks === +== Return Value == 
-For the most updated Info for this topic, please check it here:<a href="​http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​AutoSize"​ target="​_blank">​http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​AutoSize</a+  * Type:​Boolean 
-=== Return Value === +  * Description:​N/​A 
-^ Return ​Type ^ + 
-| Boolean<!-- System.Boolean --  ​|+== Parameters ​== 
 +  * //obj// 
 +    * Type:​Object 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() ** 
 + 
 +N/A 
 +== Remarks =
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Int32 
 +  * Description:N/
 + 
 +== Parameters == 
 +<div newline><​/div> 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +N/
 +== Remarks == 
 +N/
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/
 + 
 +== Parameters == 
 +<div newline><​/div> 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +N/
 +== Remarks == 
 +N/
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></div> 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  ​* ​Type:Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} BackgroundColor **
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> 
-[[#Public Properties|Go Back]] 
-==== BackgroundColor ==== 
 Gets or sets the color applied to the background of the popup object. Gets or sets the color applied to the background of the popup object.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​BackgroundColor"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​BackgroundColor<​/a> +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]
-[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.CustomPopup --> +** {{wiki:PublicProperty.gif|}} BorderColor **
-[[#Public Properties|Go Back]] +
-==== BackgroundImageVirtualPath ==== +
-Gets or sets the virtual path of the background image. You can set any image as the popup'​s background. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​BackgroundImageVirtualPath"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​BackgroundImageVirtualPath</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.CustomPopup --> 
-[[#Public Properties|Go Back]] 
-==== BorderColor ==== 
 Gets or sets the color applied to the border of the popup object. Gets or sets the color applied to the border of the popup object.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​BorderColor"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​BorderColor</​a>​ +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
-[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} BorderWidth **
  
-<!-- ThinkGeo.MapSuite.WebEdition.CustomPopup --> 
-[[#Public Properties|Go Back]] 
-==== BorderWidth ==== 
 Gets or sets the width of the popup'​s border. Gets or sets the width of the popup'​s border.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​BorderWidth"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​BorderWidth<​/a> +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ +  ​* ​Type:Int32 
-| Int32<​!-- System.Int32 --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} ContentHtml **
  
-<!-- ThinkGeo.MapSuite.WebEdition.CustomPopup --> 
-[[#Public Properties|Go Back]] 
-==== ContentHtml ==== 
 Gets or sets the content HTML of the popup window. Gets or sets the content HTML of the popup window.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​ContentHtml"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​ContentHtml<​/a> +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| String<​!-- System.String ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.CustomPopup --> +** {{wiki:PublicProperty.gif|}} BackgroundImageVirtualPath **
-[[#Public Properties|Go Back]] +
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​HasCloseButton"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​HasCloseButton</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +Gets or sets the virtual path of the background image. ​ You can set any image as the popup's background
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Height ==== +N/A 
-Gets or sets the height ​of the popup. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:String
-For the most updated Info for this topic, please check it here:<a href="​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​Height"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​Height</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +** {{wiki:PublicProperty.gif|}} ​Id **
-[[#Public Properties|Go Back]] +
-==== Id ==== +
-Gets the identifier by which you can find the popup. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​Id"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​Id</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== IsVisible ==== +N/A 
-Gets or sets a value that indicates whether the popup is visible on the map. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:String
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​IsVisible"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​IsVisible<​/a> +
-=== Return Value === +
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +** {{wiki:PublicProperty.gif|}} Position **
-[[#Public Properties|Go Back]] +
-==== 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:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​OffsetXInPixels"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​OffsetXInPixels</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== OffsetYInPixels ==== +N/A 
-Gets or sets the popup'​s pixel offset in Y direction. +== Return Value == 
-=== Remarks === +  * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​OffsetYInPixels"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​OffsetYInPixels</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +** {{wiki:​PublicProperty.gif|}} Width **
-[[#Public Properties|Go Back]] +
-==== Opacity ==== +
-Gets or sets the opacity level of the popup. +
-=== Remarks === +
-The &​lt;​strong&​gt;​Opacity&​lt;/​strong&​gt;​ 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 === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Position ==== +N/A 
-Gets or sets a point shape in world coordinates that represents the position of the popup. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Int32
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​Position"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​Position<​/a> +
-=== Return Value === +
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> +** {{wiki:​PublicProperty.gif|}} Height ** 
-[[#Public Properties|Go Back]] + 
-==== Width ==== +N/A 
-Gets or sets the width of the popup+== Remarks ​== 
-=== Remarks === +N/A 
-For the most updated Info for this topic, please check it here:<a href="​http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​BorderWidth"​ target="​_blank">​http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.CustomPopup#​BorderWidth<​/a> +== Return Value == 
-=== Return Value === +  * Type:​Int32 
-Return Type ^ + 
-| Int32<!-- System.Int32 --> ​  |+** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +N/A 
 +== Remarks =
 +N/A 
 +== Return Value == 
 +  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} Opacity ** 
 + 
 +N/
 +== Remarks == 
 +N/
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoSize ** 
 + 
 +N/
 +== Remarks == 
 +N/
 +== Return Value == 
 +  * Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoPan ** 
 + 
 +N/
 +== Remarks == 
 +N/
 +== 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 **
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-==== PopupType ==== 
 Gets a string that represents the type of the Popup object. Gets a string that represents the type of the Popup object.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​PopupType"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.CustomPopup#​PopupType<​/a> +N/A 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| String<​!-- System.String ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Popup(overriden) --> +==== Public Events ====
-[[#​Protected Properties|Go Back]] +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​WebEdition]] +
-[[Category:​ThinkGeo.MapSuite.WebEdition]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.webedition.custompopup.1440040135.txt.gz · Last modified: 2015/09/18 03:07 (external edit)