====== ThinkGeo.MapSuite.Mvc.PopupSetting ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Mvc.MvcElementSettingBase ***ThinkGeo.MapSuite.Mvc.PopupSetting** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} PopupSetting`2() ** * //Initializes a new instance of the PopupSetting class.// == Remarks == * //N/A// == Parameters ==
** {{wiki:ProtectedMethod.gif|}} PopupSetting`2(TPopup) ** * //N/A// == Remarks == * //N/A// == Parameters == * //popup// * Type:TPopup * Description:N/A
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Position(PointShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //position// * Type:[[ThinkGeo.MapSuite.Shapes.PointShape|PointShape]] * Description:A position for Element property
** {{wiki:PublicMethod.gif|}} Width(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //width// * Type:Int32 * Description:A width for Element property
** {{wiki:PublicMethod.gif|}} Height(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //height// * Type:Int32 * Description:A height for Element property
** {{wiki:PublicMethod.gif|}} IsVisible(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //isVisible// * Type:Boolean * Description:A isVisible for Element property
** {{wiki:PublicMethod.gif|}} Opacity(Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //opacity// * Type:Single * Description:A opacity for Element property
** {{wiki:PublicMethod.gif|}} AutoSize(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //autoSize// * Type:Boolean * Description:A autoSize for Element property
** {{wiki:PublicMethod.gif|}} AutoPan(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //autoPan// * Type:Boolean * Description:A autoPan for Element property
** {{wiki:PublicMethod.gif|}} HasCloseButton(Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //hasCloseButton// * Type:Boolean * Description:A hasCloseButton for Element property
** {{wiki:PublicMethod.gif|}} OffsetXInPixels(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //offsetXInPixels// * Type:Int32 * Description:A offsetXInPixels for Element property
** {{wiki:PublicMethod.gif|}} OffsetYInPixels(Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopupSetting * Description:The setting of PopupSetting itself == Parameters == * //offsetYInPixels// * Type:Int32 * Description:A offsetYInPixels for Element property
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} Element ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:TPopup ==== Public Events ====