User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.custompopup

This is an old revision of the document!


ThinkGeo.MapSuite.MvcEdition.CustomPopup

Represents a pop up window whose style and background can be customized.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.MvcEdition.Popup
      • ThinkGeo.MapSuite.MvcEdition.CustomPopup

Members Summary

Public Constructors

CustomPopup()

  • Initialize an instance of the CustomPopup class.
Remarks
  • N/A
Parameters

CustomPopup(String)

  • Initialize an instance of the CustomPopup class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:N/A

CustomPopup(String,PointShape)

  • Initialize an instance of the CustomPopup class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:N/A

CustomPopup(String,PointShape,String)

  • Initialize an instance of the CustomPopup class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A

CustomPopup(String,PointShape,String,Int32,Int32)

  • Initialize an instance of the CustomPopup class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A

CustomPopup(String,PointShape,String,Int32,Int32,Boolean)

  • Initialize an instance of the CustomPopup class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A
  • autoPan
    • Type:Boolean
    • Description:N/A

CustomPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean)

  • Initialize an instance of the CustomPopup class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A
  • autoPan
    • Type:Boolean
    • Description:N/A
  • hasCloseButton
    • Type:Boolean
    • Description:N/A

CustomPopup(String,PointShape,String,Int32,Int32,Boolean,Boolean,Int32)

  • Initialize an instance of the CustomPopup class.
Remarks
  • N/A
Parameters
  • id
    • Type:String
    • Description:N/A
  • contentHtml
    • Type:String
    • Description:N/A
  • width
    • Type:Int32
    • Description:N/A
  • height
    • Type:Int32
    • Description:N/A
  • autoPan
    • Type:Boolean
    • Description:N/A
  • hasCloseButton
    • Type:Boolean
    • Description:N/A
  • borderWidth
    • Type:Int32
    • Description:N/A

Protected Constructors

Public Methods

CloneShallow()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Popup
  • Description:N/A
Parameters

ToJson()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

FromJson(String)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • jsonString
    • Type:String
    • Description:N/A

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

BackgroundColor

Gets or sets the color applied to the background of the popup object.

Remarks

N/A

Return Value

BorderColor

Gets or sets the color applied to the border of the popup object.

Remarks

N/A

Return Value

BorderWidth

Gets or sets the width of the popup's border.

Remarks

N/A

Return Value
  • Type:Int32

ContentHtml

Gets or sets the content HTML of the popup window.

Remarks

N/A

Return Value
  • Type:String

BackgroundImageVirtualPath

Gets or sets the virtual path of the background image. You can set any image as the popup's background.

Remarks

N/A

Return Value
  • Type:String

Id

N/A

Remarks

N/A

Return Value
  • Type:String

Position

N/A

Remarks

N/A

Return Value

Width

N/A

Remarks

N/A

Return Value
  • Type:Int32

Height

N/A

Remarks

N/A

Return Value
  • Type:Int32

IsVisible

N/A

Remarks

N/A

Return Value
  • Type:Boolean

Opacity

N/A

Remarks

N/A

Return Value
  • Type:Single

AutoSize

N/A

Remarks

N/A

Return Value
  • Type:Boolean

AutoPan

N/A

Remarks

N/A

Return Value
  • Type:Boolean

HasCloseButton

N/A

Remarks

N/A

Return Value
  • Type:Boolean

OffsetXInPixels

N/A

Remarks

N/A

Return Value
  • Type:Int32

OffsetYInPixels

N/A

Remarks

N/A

Return Value
  • Type:Int32

Protected Properties

PopupType

Gets a string that represents the type of the Popup object.

Remarks

N/A

Return Value
  • Type:String

Public Events

thinkgeo.mapsuite.mvcedition.custompopup.1442910836.txt.gz · Last modified: 2015/09/22 08:33 by admin