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


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 Properties

  Name Description

ClientScriptMode

Gets or sets a value indicating which library will be used in the control's client-side scripts.

ControlLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the control is loaded.

ImageUrl

Gets or sets the URL of the image to be displayed by the control.

IsThemed

Gets a value indicating the control has its Theme property set to a specified value.

LicenseKey

Gets or sets the license key of the control.

PopupAlignRight

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

PopupAlignTop

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

PopupCloseScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is closed.

PopupClosingScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is about to be closed.

PopupCssClass

Gets or sets the default CSS class for the zoom popup window.

PopupHeight

Gets or sets the height of the zoom popup window.

PopupOpeningScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is about to be opened.

PopupOpenScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is opened.

PopupWidth

Gets or sets the width of the zoom popup window.

ShowFullSize

Gets or sets a value indicating whether the control should display the full-sized image when clicked.

Theme

Gets or sets the theme applied to the control.

TrackerCssClass

Gets or sets the default CSS class for the zoom tracker rectangle.

ZoomImageUrl

Gets or sets the URL of the zoomed image to be displayed by the control.

 Public Methods

  Name Description

LoadFromXml

Overloaded. Loads control data from an XML file or from a System.Xml.XmlDocument.

LoadPostData

When implemented by a derived class, processes postback data for an ASP.NET server control.

SaveToXml

Overloaded. Saves control data to an XML file or to a System.Xml.XmlDocument.

 Protected Methods

  Name Description

OnBeginLoad

Raises the BeginLoad event.

OnEndLoad

Raises the EndLoad event.

OnPreRender

Control.OnPreRender override.

Render

Control.Render override.

RenderContents

WebControl.RenderContents override.

 Public Events

  Name Description

BeginLoad

Raised when the component starts loading data from a file or memory stream.

EndLoad

Raised when the component ends loading data from a file or memory stream.

 See Also

Zoom Class
MindFusion.UI.WebForms Namespace