ASP.NET Pack Programmer's Guide
Zoom Members
Constructors Fields Methods
 


Represents an image zoom tool.

The following tables list the members exposed by the Zoom type.

 Public Constructors

  Name Description

Zoom

Initializes a new instance of the Zoom class.

 Public Fields

  Name Description

Dom

An object, which keeps references to various DOM elements, part of the control's structure

 Public Methods

  Name Description

closePopup

Closes the active popup.

dispose

Sys.UI.Control.dispose override.

get_enabled

Gets a value indicating whether user interaction with this control is allowed.

get_imageUrl

Gets the thumbnail image URL.

get_popupAlignRight

Gets a value indicating whether the zoom popup should align to the right side of the control.

get_popupAlignTop

Gets a value indicating whether the zoom popup should align to the upper side of the control.

get_popupHeight

Gets the height of the zoomed image popup in pixels.

get_popupWidth

Gets the width of the zoomed image popup in pixels.

get_showFullSize

Gets a value indicating whether the control should display the full-sized popup when clicked.

get_zoomImageUrl

Gets the zoomed image URL.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the control for a subsequent postback.

set_enabled

Sets a value indicating whether user interaction with this control is allowed.

set_imageUrl

Sets the thumbnail image URL.

set_popupAlignRight

Sets a value indicating whether the zoom popup should align to the right side of the control.

set_popupAlignTop

Sets a value indicating whether the zoom popup should align to the upper side of the control.

set_popupHeight

Sets the height of the zoomed image popup in pixels.

set_popupWidth

Sets the width of the zoomed image popup in pixels.

set_showFullSize

Sets a value indicating whether the control should display the full-sized popup when clicked.

set_zoomImageUrl

Sets the zoomed image URL.

showFullPopup

Shows the fullscreen image popup.

showZoomPopup

Shows the zoom image popup.

 See Also

Zoom Class
MindFusion.UI.WebForms Namespace