This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
thinkgeo.mapsuite.mvcedition.popupsetting_2 [2015/09/22 08:36] admin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.MvcEdition.PopupSetting<TPopup,TPopupSetting> ====== | ||
| - | A setting for Popup that contains APIs to set properties of PopupSetting using in MVC view. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | *ThinkGeo.MapSuite.MvcEdition.MvcElementSettingBase<TPopup,TPopupSetting> | ||
| - | ***ThinkGeo.MapSuite.MvcEdition.PopupSetting<TPopup,TPopupSetting>** | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ==== Protected Constructors ==== | ||
| - | ** {{wiki:ProtectedMethod.gif|}} PopupSetting`2() ** | ||
| - | |||
| - | * //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 ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} Position(PointShape) ** | ||
| - | |||
| - | * //Set position for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //position// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:A position for Element property | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Width(Int32) ** | ||
| - | |||
| - | * //Set width for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //width// | ||
| - | * Type:Int32 | ||
| - | * Description:A width for Element property | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Height(Int32) ** | ||
| - | |||
| - | * //Set height for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //height// | ||
| - | * Type:Int32 | ||
| - | * Description:A height for Element property | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} IsVisible(Boolean) ** | ||
| - | |||
| - | * //Set isVisible for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //isVisible// | ||
| - | * Type:Boolean | ||
| - | * Description:A isVisible for Element property | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Opacity(Single) ** | ||
| - | |||
| - | * //Set opacity for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //opacity// | ||
| - | * Type:Single | ||
| - | * Description:A opacity for Element property | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} AutoSize(Boolean) ** | ||
| - | |||
| - | * //Set autoSize for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //autoSize// | ||
| - | * Type:Boolean | ||
| - | * Description:A autoSize for Element property | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} AutoPan(Boolean) ** | ||
| - | |||
| - | * //Set autoPan for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //autoPan// | ||
| - | * Type:Boolean | ||
| - | * Description:A autoPan for Element property | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} HasCloseButton(Boolean) ** | ||
| - | |||
| - | * //Set hasCloseButton for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //hasCloseButton// | ||
| - | * Type:Boolean | ||
| - | * Description:A hasCloseButton for Element property | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} OffsetXInPixels(Int32) ** | ||
| - | |||
| - | * //Set offsetXInPixels for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //offsetXInPixels// | ||
| - | * Type:Int32 | ||
| - | * Description:A offsetXInPixels for Element property | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} OffsetYInPixels(Int32) ** | ||
| - | |||
| - | * //Set offsetYInPixels for Element property and retun the PopupSetting// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:TPopupSetting | ||
| - | * Description:The setting of PopupSetting itself | ||
| - | |||
| - | == Parameters == | ||
| - | * //offsetYInPixels// | ||
| - | * Type:Int32 | ||
| - | * Description:A offsetYInPixels for Element property | ||
| - | |||
| - | <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 ==== | ||
| - | ==== Protected Properties ==== | ||
| - | ** {{wiki:ProtectedProperty.gif|}} Element ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | == Return Value == | ||
| - | * Type:TPopup | ||
| - | |||
| - | ==== Public Events ==== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.