User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.popupsetting_2

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.popupsetting_2 [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.popupsetting_2 [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.MvcEdition.PopupSetting`2 ======+====== ThinkGeo.MapSuite.MvcEdition.PopupSetting<​TPopup,​TPopupSetting> ​======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 A setting for Popup that contains APIs to set properties of PopupSetting using in MVC view. A setting for Popup that contains APIs to set properties of PopupSetting using in MVC view.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.PopupSetting`2]]+    ​*ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase<​TPopup,​TPopupSetting>​ 
 +      ***ThinkGeo.MapSuite.MvcEdition.PopupSetting<​TPopup,​TPopupSetting>​**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} PopupSetting`2() ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#PopupSetting`2()|PopupSetting`2]] ​  ​| ​   |    | Initializes a new instance of the PopupSetting class. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​PopupSetting`2(TPopup)|PopupSetting`2]] ​  | TPopup ​  ​| ​   |    |+
  
 +  * //​Initializes a new instance of the PopupSetting class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} PopupSetting`2(TPopup) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //popup//
 +    * Type:TPopup
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Position(PointShape) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​AutoPan(Boolean)|AutoPan]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set autoPan for Element property and retun the PopupSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AutoSize(Boolean)|AutoSize]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set autoSize for Element property and retun the PopupSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​HasCloseButton(Boolean)|HasCloseButton]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set hasCloseButton for Element property and retun the PopupSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Height(Int32)|Height]] ​  | Int32   | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set height for Element property and retun the PopupSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​IsVisible(Boolean)|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set isVisible for Element property and retun the PopupSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OffsetXInPixels(Int32)|OffsetXInPixels]] ​  | Int32   | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set offsetXInPixels for Element property and retun the PopupSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OffsetYInPixels(Int32)|OffsetYInPixels]] ​  | Int32   | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set offsetYInPixels for Element property and retun the PopupSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Opacity(Single)|Opacity]] ​  | Single ​  | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set opacity for Element property and retun the PopupSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Position(PointShape)|Position]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set position for Element property and retun the PopupSetting ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Width(Int32)|Width]] ​  | Int32   | [[ThinkGeo.MapSuite.MvcEdition.PopupSetting|PopupSetting]]<​TPopup,​TPopupSetting> ​  | Set width for Element property and retun the PopupSetting ​  |+
  
-==== Protected Methods ==== +  * //Set position for Element property and retun the PopupSetting//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:​TPopupSetting 
 +  * Description:​The setting of PopupSetting itself
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * //​position//​ 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#Element|Element]]   | TPopup ​  | MvcElementSettingBase<​TPopup,​TPopupSetting> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​A position for Element property
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} Width(Int32) **
  
-===== Public Constructors ===== +  * //Set width for Element property and retun the PopupSetting// 
-===== Protected Constructors ===== +== Remarks ​== 
-==== PopupSetting`2() ==== +  ​* //N/A//
-Initializes a new instance of the PopupSetting ​class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#​Protected Constructors|Go Back]] +== Return Value == 
-==== PopupSetting`2(TPopup) ​==== +  ​Type:​TPopupSetting 
-=== Parameters === +  Description:The setting of PopupSetting itself
-^  Name ^  ​Type ​ ​Description ​+
-| popup   | TPopup<​!-- TPopup --> ​  ​| ​   |+
  
-[[#​Protected Constructors|Go Back]] +== Parameters ​== 
-===== Public Methods ===== +  * //width// 
-==== AutoPan(Boolean) ==== +    * Type:​Int32 
-Set autoPan ​for Element property ​and retun the PopupSetting +    * Description:​A width for Element property
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} Height(Int32) **
-| autoPan ​  | Boolean<​!-- System.Boolean --> ​  | A autoPan for Element property ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +  * //Set height ​for Element property and retun the PopupSetting// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AutoSize(Boolean) ==== +  * //N/A//
-Set autoSize ​for Element property and retun the PopupSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​TPopupSetting 
-| autoSize ​  | Boolean<​!-- System.Boolean --> ​  | A autoSize for Element property ​  |+  Description:The setting of PopupSetting itself
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //height// 
-==== Equals(Object) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​A height for Element property
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} IsVisible(Boolean) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //Set isVisible for Element property and retun the PopupSetting//​ 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​TPopupSetting 
 +  Description:The setting of PopupSetting itself
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​isVisible//​ 
-==== GetType() ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​A isVisible for Element property
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} Opacity(Single) **
  
-<!-- System.Object --> +  * //Set opacity ​for Element property and retun the PopupSetting// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== HasCloseButton(Boolean) ==== +  * //N/A//
-Set hasCloseButton ​for Element property and retun the PopupSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​TPopupSetting 
-| hasCloseButton ​  | Boolean<​!-- System.Boolean --> ​  | A hasCloseButton for Element property ​  |+  Description:The setting of PopupSetting itself
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​opacity//​ 
-==== Height(Int32) ​==== +    * Type:​Single 
-Set height ​for Element property ​and retun the PopupSetting +    * Description:​A opacity ​for Element property
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AutoSize(Boolean) **
-| height ​  | Int32<​!-- System.Int32 --> ​  | A height for Element property ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +  * //Set autoSize ​for Element property and retun the PopupSetting// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== IsVisible(Boolean) ==== +  * //N/A//
-Set isVisible ​for Element property and retun the PopupSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​TPopupSetting 
-| isVisible ​  | Boolean<​!-- System.Boolean --> ​  | A isVisible for Element property ​  |+  Description:The setting of PopupSetting itself
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​autoSize//​ 
-==== OffsetXInPixels(Int32) ​==== +    * Type:​Boolean 
-Set offsetXInPixels ​for Element property ​and retun the PopupSetting +    * Description:​A autoSize ​for Element property
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} AutoPan(Boolean) **
-| offsetXInPixels ​  | Int32<​!-- System.Int32 --> ​  | A offsetXInPixels for Element property ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +  * //Set autoPan ​for Element property and retun the PopupSetting// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OffsetYInPixels(Int32) ==== +  * //N/A//
-Set offsetYInPixels ​for Element property and retun the PopupSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​TPopupSetting 
-| offsetYInPixels ​  | Int32<​!-- System.Int32 --> ​  | A offsetYInPixels for Element property ​  |+  Description:The setting of PopupSetting itself
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​autoPan//​ 
-==== Opacity(Single) ​==== +    * Type:​Boolean 
-Set opacity ​for Element property ​and retun the PopupSetting +    * Description:​A autoPan ​for Element property
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} HasCloseButton(Boolean) **
-| opacity ​  | Single<​!-- System.Single --> ​  | A opacity for Element property ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +  * //Set hasCloseButton ​for Element property and retun the PopupSetting// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Position(PointShape) ==== +  * //N/A//
-Set position ​for Element property and retun the PopupSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​TPopupSetting 
-| position ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | A position for Element property ​  |+  Description:The setting of PopupSetting itself
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​hasCloseButton//​ 
-==== ToString() ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​A hasCloseButton for Element property
-^ Return ​Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} OffsetXInPixels(Int32) **
  
-<!-- System.Object --> +  * //Set offsetXInPixels ​for Element property and retun the PopupSetting// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Width(Int32) ==== +  * //N/A//
-Set width for Element property and retun the PopupSetting +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| TPopupSetting<​!-- TPopupSetting --> ​  | The setting of PopupSetting itself ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​TPopupSetting 
-| width   | Int32<​!-- System.Int32 --> ​  | A width for Element property ​  |+  Description:The setting of PopupSetting itself
  
-<!-- ThinkGeo.MapSuite.MvcEdition.PopupSetting{TPopup,​TPopupSetting} --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​offsetXInPixels//​ 
-===== Protected Methods ===== +    ​* ​Type:Int32 
-==== Finalize() ==== +    ​* Description:​A offsetXInPixels for Element property
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} OffsetYInPixels(Int32) **
  
-<!-- System.Object --> +  * //Set offsetYInPixels for Element property and retun the PopupSetting//​ 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​TPopupSetting 
 +  Description:The setting of PopupSetting itself
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​offsetYInPixels//​ 
-===== Public Properties ===== +    ​* ​Type:Int32 
-===== Protected Properties ===== +    * Description:​A offsetYInPixels for Element property
-==== Element ==== +
-=== Return Value === +
-^ Return ​Type ^ +
-| TPopup<​!-- TPopup --> ​  |+
  
-<!-- MvcElementSettingBase{TPopup,​TPopupSetting--+<div newline></​div>​ 
-[[#​Protected Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() ** 
-===== Public Events ​===== + 
-__NOTOC__ +  * //N/A// 
-[[Category:MvcEdition]] +== Remarks == 
-[[Category:ThinkGeo.MapSuite.MvcEdition]] +  * //N/A// 
-[[Category:UpdateDocumentation]]+ 
 +== 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 ==== 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} Element ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​TPopup 
 + 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.popupsetting_2.1440040131.txt.gz · Last modified: 2015/09/21 03:35 (external edit)