User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.custompopup

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.custompopup [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.custompopup [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.CustomPopup ====== ====== ThinkGeo.MapSuite.MvcEdition.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 <​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. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.Popup]] +    *ThinkGeo.MapSuite.MvcEdition.Popup 
-***[[ThinkGeo.MapSuite.MvcEdition.CustomPopup]]+      ***ThinkGeo.MapSuite.MvcEdition.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.MvcEdition.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}}[[#​FromJson(String)|FromJson]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Popup|Popup]] ​  ​| ​   | +  * //id// 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +    ​* Type:String 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +    ​* Description:N/A
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToJson()|ToJson]] ​  ​| ​   | [[ThinkGeo.MapSuite.MvcEdition.Popup|Popup]] ​  | Returns a JSON string which contains the popup'​s information and is used to create the popup at the client side.   | +
-| {{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.MvcEdition.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.MvcEdition.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.MvcEdition.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.MvcEdition.Popup|Popup]] ​  | Gets or sets the height of the popup. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Popup|Popup]] ​  | Gets the identifier by which you can find the popup. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.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.MvcEdition.Popup|Popup]] ​  | Gets or sets the popup'​s pixel offset in X direction. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OffsetYInPixels|OffsetYInPixels]] ​  | Int32   | [[ThinkGeo.MapSuite.MvcEdition.Popup|Popup]] ​  | Gets or sets the popup'​s pixel offset in Y direction. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Single ​  | [[ThinkGeo.MapSuite.MvcEdition.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.MvcEdition.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.MvcEdition.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.MvcEdition.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 ===== +  * //Initialize an instance of the CustomPopup class.// 
-==== CustomPopup() ==== +== Remarks ​== 
-Initialize an instance of the CustomPopup class. +  * //N/A// 
-=== Overloads === +== Parameters == 
-Initialize an instance of the CustomPopup class. +  ​* //id// 
-=== Parameters ​=== +    * Type:String 
-^  Name ^  ​Type ​^  ​Description ​^+    * 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. +
-=== 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. +
-=== 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. +
-=== 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]] +  * //Initialize an instance of the CustomPopup class.// 
-==== CustomPopup(String,​ PointShape, String, Int32, Int32) ==== +== Remarks ​== 
-Initialize an instance of the CustomPopup class. +  * //N/A// 
-=== Overloads === +== Parameters == 
-Initialize an instance of the CustomPopup class. +  ​* //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 --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //​position//​ 
-==== CustomPopup(String,​ PointShape, String, Int32, Int32, Boolean) ==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-Initialize an instance of the CustomPopup class. +    ​* Description:​N/​A
-=== Overloads === +
-Initialize an instance of the CustomPopup class. +
-=== Parameters === +
-^  Name ^  ​Type ^  Description ^ +
-| 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 --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  ​* //​contentHtml//​ 
-==== CustomPopup(String,​ PointShape, String, Int32, Int32, Boolean, Boolean) ==== +    ​* Type:String 
-Initialize an instance of the CustomPopup class. +    ​* Description:​N/​A
-=== Overloads === +
-Initialize an instance of the CustomPopup class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| 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 --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  ​* //width// 
-==== CustomPopup(String,​ PointShape, String, Int32, Int32, Boolean, Boolean, Int32) ==== +    ​* Type:Int32 
-Initialize an instance of the CustomPopup class. +    ​* Description:​N/​A
-=== Overloads === +
-Initialize an instance of the CustomPopup class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| 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]] +  * //height// 
-===== Protected Constructors ===== +    ​* ​Type:Int32 
-===== Public Methods ===== +    ​* Description:​N/​A
-==== CloneShallow() ==== +
-Creates a shallow copy of the current popup object. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.MvcEdition.Popup|Popup]]<​!-- ThinkGeo.MapSuite.MvcEdition.Popup --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} CustomPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean) **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup --> +  * //​Initialize an instance of the CustomPopup class.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +  * //N/A// 
-=== Return Value === +== Parameters ​== 
-^ Return ​Type ^ Description ^ +  * //id// 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+    * Type:String 
 +    ​* Description:​N/​A
  
-=== Parameters === +  * //​position//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-| obj   | Object<​!-- System.Object --> ​  |    ​|+    * Description:​N/​A
  
-<!-- System.Object --> +  * //​contentHtml//​ 
-[[#Public Methods|Go Back]] +    * Type:String 
-==== FromJson(String) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //width// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| jsonString ​  | String<​!-- System.String --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup --> +  * //height// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== GetHashCode() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //autoPan// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Boolean 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} CustomPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean,​Boolean**
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters ​=== +  * //​Initialize an instance of the CustomPopup class.// 
-^  Name ^  ​Type ​^  ​Description ​^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  ​* //id// 
 +    * Type:String 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //​position//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-==== ToJson() ==== +    ​* ​Description:N/A
-Returns a JSON string which contains the popup'​s information and is used to create the popup at the client side. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- System.String --> ​  ​| ​string that is used to create the popup at the client side.   |+
  
-=== Parameters === +  * //​contentHtml//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:String 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup --> +  * //width// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== ToString() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +  * //height// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //autoPan// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-===== Protected Methods ===== +    ​* Description:​N/​A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​hasCloseButton//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Boolean 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} CustomPopup(String,​PointShape,​String,​Int32,​Int32,​Boolean,​Boolean,​Int32**
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters ​=== +  * //​Initialize an instance of the CustomPopup class.// 
-^  Name ^  ​Type ​^  ​Description ​^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  ​* //id// 
 +    * Type:String 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //​position//​ 
-[[#Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-===== Public Properties ===== +    * Description:​N/​A
-==== 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. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup ​--> +  * //​contentHtml//​ 
-[[#Public Properties|Go Back]] +    * Type:​String 
-==== AutoSize ​==== +    * Description:​N/​A 
-Gets or sets a value that indicates whether the popup is automatically resized to fit its contents+ 
-=== Return Value === +  * //width// 
-Return Type ^ +    * Type:​Int32 
-| Boolean<!-- System.Boolean --  ​|+    * Description:​N/​A 
 + 
 +  * //​height//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //​autoPan//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​hasCloseButton//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +  * //​borderWidth//​ 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +==== Protected Constructors ==== 
 +==== Public Methods ==== 
 +** {{wiki:​PublicMethod.gif|}} CloneShallow() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.MvcEdition.Popup|Popup]] 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToJson() ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} FromJson(String) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value =
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //​jsonString//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} ToString() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return ​Value == 
 +  * Type:String 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Boolean 
 +  * Description:​N/​A 
 + 
 +== 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/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetType() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Type 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== 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.MvcEdition.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.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]
  
-<!-- ThinkGeo.MapSuite.MvcEdition.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. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.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.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]<!-- ThinkGeo.MapSuite.Core.GeoColor --> ​  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} BorderWidth **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.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.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-Int32<!-- System.Int32 --> ​  |+== Return Value == 
 +  ​* ​Type:Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} ContentHtml **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.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.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| String<​!-- System.String ​--> ​  |+== Return Value == 
 +  ​* ​Type:String
  
-<!-- ThinkGeo.MapSuite.MvcEdition.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. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.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 == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup --> +** {{wiki:​PublicProperty.gif|}} Id **
-[[#Public Properties|Go Back]] +
-==== Id ==== +
-Gets the identifier by which you can find the popup. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.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 == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup --> +** {{wiki:​PublicProperty.gif|}} Position **
-[[#Public Properties|Go Back]] +
-==== OffsetXInPixels ==== +
-Gets or sets the popup'​s pixel offset in X direction. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== OffsetYInPixels ==== +N/A 
-Gets or sets the popup'​s pixel offset in Y direction. +== Return Value == 
-=== Return Value === +  ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
-^ Return ​Type +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup --> +** {{wiki:​PublicProperty.gif|}} Width **
-[[#Public Properties|Go Back]] +
-==== 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 === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.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 == 
-=== Return Value === +  ​* ​Type:Int32
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup --> +** {{wiki:​PublicProperty.gif|}} Height ** 
-[[#Public Properties|Go Back]] + 
-==== Width ==== +N/A 
-Gets or sets the width of the popup+== Remarks == 
-=== Return Value === +N/A 
-Return Type ^ +== Return Value == 
-| Int32<!-- System.Int32 ​--> ​  |+  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opacity ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== 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 **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.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.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| String<​!-- System.String ​--> ​  |+== Return Value == 
 +  ​* ​Type:String
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Popup(overriden) --> +==== Public Events ====
-[[#​Protected Properties|Go Back]] +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​MvcEdition]] +
-[[Category:​ThinkGeo.MapSuite.MvcEdition]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.mvcedition.custompopup.1440040131.txt.gz · Last modified: 2015/09/21 03:32 (external edit)