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