User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.custompopupsetting

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.custompopupsetting [2015/09/21 03:32]
admin
thinkgeo.mapsuite.mvcedition.custompopupsetting [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting ====== ====== ThinkGeo.MapSuite.MvcEdition.CustomPopupSetting ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 A setting for CustomPopup that contains APIs to set properties of CustomPopupSetting using in MVC view. A setting for CustomPopup that contains APIs to set properties of CustomPopupSetting using in MVC view.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 10: Line 13:
 ** {{wiki:​PublicMethod.gif|}} CustomPopupSetting(CustomPopup) ** ** {{wiki:​PublicMethod.gif|}} CustomPopupSetting(CustomPopup) **
  
-Initializes a new instance of the CustomPopupSetting class.+  * //Initializes a new instance of the CustomPopupSetting class.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //popup//   * //popup//
Line 23: Line 26:
 ** {{wiki:​PublicMethod.gif|}} BackgroundColor(GeoColor) ** ** {{wiki:​PublicMethod.gif|}} BackgroundColor(GeoColor) **
  
-Set backgroundColor for Element property and retun the CustomPopupSetting+  * //Set backgroundColor for Element property and retun the CustomPopupSetting//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 39: Line 42:
 ** {{wiki:​PublicMethod.gif|}} BorderColor(GeoColor) ** ** {{wiki:​PublicMethod.gif|}} BorderColor(GeoColor) **
  
-Set borderColor for Element property and retun the CustomPopupSetting+  * //Set borderColor for Element property and retun the CustomPopupSetting//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 55: Line 58:
 ** {{wiki:​PublicMethod.gif|}} BorderWidth(Int32) ** ** {{wiki:​PublicMethod.gif|}} BorderWidth(Int32) **
  
-Set borderWidth for Element property and retun the CustomPopupSetting+  * //Set borderWidth for Element property and retun the CustomPopupSetting//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 71: Line 74:
 ** {{wiki:​PublicMethod.gif|}} ContentHtml(String) ** ** {{wiki:​PublicMethod.gif|}} ContentHtml(String) **
  
-Set contentHtml for Element property and retun the CustomPopupSetting+  * //Set contentHtml for Element property and retun the CustomPopupSetting//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 87: Line 90:
 ** {{wiki:​PublicMethod.gif|}} BackgroundImageVirtualPath(String) ** ** {{wiki:​PublicMethod.gif|}} BackgroundImageVirtualPath(String) **
  
-Set backgroundImageVirtualPath for Element property and retun the CustomPopupSetting+  * //Set backgroundImageVirtualPath for Element property and retun the CustomPopupSetting//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 103: Line 106:
 ** {{wiki:​PublicMethod.gif|}} Position(PointShape) ** ** {{wiki:​PublicMethod.gif|}} Position(PointShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 119: Line 122:
 ** {{wiki:​PublicMethod.gif|}} Width(Int32) ** ** {{wiki:​PublicMethod.gif|}} Width(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 135: Line 138:
 ** {{wiki:​PublicMethod.gif|}} Height(Int32) ** ** {{wiki:​PublicMethod.gif|}} Height(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 151: Line 154:
 ** {{wiki:​PublicMethod.gif|}} IsVisible(Boolean) ** ** {{wiki:​PublicMethod.gif|}} IsVisible(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 167: Line 170:
 ** {{wiki:​PublicMethod.gif|}} Opacity(Single) ** ** {{wiki:​PublicMethod.gif|}} Opacity(Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 183: Line 186:
 ** {{wiki:​PublicMethod.gif|}} AutoSize(Boolean) ** ** {{wiki:​PublicMethod.gif|}} AutoSize(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 199: Line 202:
 ** {{wiki:​PublicMethod.gif|}} AutoPan(Boolean) ** ** {{wiki:​PublicMethod.gif|}} AutoPan(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 215: Line 218:
 ** {{wiki:​PublicMethod.gif|}} HasCloseButton(Boolean) ** ** {{wiki:​PublicMethod.gif|}} HasCloseButton(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 231: Line 234:
 ** {{wiki:​PublicMethod.gif|}} OffsetXInPixels(Int32) ** ** {{wiki:​PublicMethod.gif|}} OffsetXInPixels(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 247: Line 250:
 ** {{wiki:​PublicMethod.gif|}} OffsetYInPixels(Int32) ** ** {{wiki:​PublicMethod.gif|}} OffsetYInPixels(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 263: Line 266:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 275: Line 278:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 291: Line 294:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 303: Line 306:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 316: Line 319:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 328: Line 331:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.mvcedition.custompopupsetting.1442806370.txt.gz · Last modified: 2015/09/21 03:32 by admin