====== ThinkGeo.MapSuite.MvcEdition.PopupSetting‹TPopup,_TPopupSetting› ====== {{section>upgrade_map_suite_to_10.0}} A setting for Popup that contains APIs to set properties of PopupSetting using in MVC view. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.MvcEdition.PopupSetting‹TPopup, TPopupSetting›]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PopupSetting‹TPopup, TPopupSetting›()|PopupSetting‹TPopup, TPopupSetting›]] | | | Initializes a new instance of the PopupSetting class. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PopupSetting‹TPopup, TPopupSetting›(TPopup)|PopupSetting‹TPopup, TPopupSetting›]] | TPopup | | | ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#AutoPan(Boolean)|AutoPan]] | Boolean | PopupSetting | Set autoPan for Element property and retun the PopupSetting | | {{wiki:PublicMethod.gif|Public Method}}[[#AutoSize(Boolean)|AutoSize]] | Boolean | PopupSetting | 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 | PopupSetting | Set hasCloseButton for Element property and retun the PopupSetting | | {{wiki:PublicMethod.gif|Public Method}}[[#Height(Int32)|Height]] | Int32 | PopupSetting | Set height for Element property and retun the PopupSetting | | {{wiki:PublicMethod.gif|Public Method}}[[#IsVisible(Boolean)|IsVisible]] | Boolean | PopupSetting | Set isVisible for Element property and retun the PopupSetting | | {{wiki:PublicMethod.gif|Public Method}}[[#OffsetXInPixels(Int32)|OffsetXInPixels]] | Int32 | PopupSetting | Set offsetXInPixels for Element property and retun the PopupSetting | | {{wiki:PublicMethod.gif|Public Method}}[[#OffsetYInPixels(Int32)|OffsetYInPixels]] | Int32 | PopupSetting | Set offsetYInPixels for Element property and retun the PopupSetting | | {{wiki:PublicMethod.gif|Public Method}}[[#Opacity(Single)|Opacity]] | Single | PopupSetting | Set opacity for Element property and retun the PopupSetting | | {{wiki:PublicMethod.gif|Public Method}}[[#Position(PointShape)|Position]] | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | PopupSetting | 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 | PopupSetting | 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 | | ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ===== Protected Constructors ===== ==== PopupSetting‹TPopup, TPopupSetting›() ==== Initializes a new instance of the PopupSetting class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Constructors|Go Back]] ==== PopupSetting‹TPopup, TPopupSetting›(TPopup) ==== === Parameters === ^ Name ^ Type ^ Description ^ | popup | TPopup | | [[#Protected Constructors|Go Back]] ===== Public Methods ===== ==== AutoPan(Boolean) ==== Set autoPan for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | autoPan | Boolean | A autoPan for Element property | [[#Public Methods|Go Back]] ==== AutoSize(Boolean) ==== Set autoSize for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | autoSize | Boolean | A autoSize for Element property | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== HasCloseButton(Boolean) ==== Set hasCloseButton for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | hasCloseButton | Boolean | A hasCloseButton for Element property | [[#Public Methods|Go Back]] ==== Height(Int32) ==== Set height for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | height | Int32 | A height for Element property | [[#Public Methods|Go Back]] ==== IsVisible(Boolean) ==== Set isVisible for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | isVisible | Boolean | A isVisible for Element property | [[#Public Methods|Go Back]] ==== OffsetXInPixels(Int32) ==== Set offsetXInPixels for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | offsetXInPixels | Int32 | A offsetXInPixels for Element property | [[#Public Methods|Go Back]] ==== OffsetYInPixels(Int32) ==== Set offsetYInPixels for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | offsetYInPixels | Int32 | A offsetYInPixels for Element property | [[#Public Methods|Go Back]] ==== Opacity(Single) ==== Set opacity for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | opacity | Single | A opacity for Element property | [[#Public Methods|Go Back]] ==== Position(PointShape) ==== Set position for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | position | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | A position for Element property | [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Width(Int32) ==== Set width for Element property and retun the PopupSetting === Return Value === ^ Return Type ^ Description ^ | TPopupSetting | The setting of PopupSetting itself | === Parameters === ^ Name ^ Type ^ Description ^ | width | Int32 | A width for Element property | [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ===== Protected Properties ===== ==== Element ==== === Return Value === ^ Return Type ^ | TPopup | [[#Protected Properties|Go Back]] ===== Public Events ===== __NOTOC__ [[Category:MvcEdition]] [[Category:ThinkGeo.MapSuite.MvcEdition]] [[Category:UpdateDocumentation]]