Skip to main content

ASPxClientImageZoom Class

A client-side equivalent of the ASPxImageZoom object.

#Declaration

TypeScript
declare class ASPxClientImageZoom extends ASPxClientControl

#Remarks

The ASPxClientImageZoom object serves as the client-side equivalent of the ASPxImageZoom control.

In addition to the common functionality inherited from its ancestors, the ASPxClientImageZoom object allows you to manipulate control image properties using the ASPxClientImageZoom.SetImageProperties method.

#Inheritance

See Also