The ZoomControl lets users zoom and pan a target view control interactively.
The following tables list the members exposed by the ZoomControl type.
Name | Description | |
---|---|---|
Creates an instance of ZoomControl. |
Name | Description | |
---|---|---|
Gets or sets the color used to render depressed buttons. |
||
Gets or sets a value indicating whether the control will post back to the server when the control's value has changed. |
||
Gets or sets the background color of the control. |
||
Gets or sets the color of ZoomControl elements' borders. |
||
Gets or sets the corner radius of rounded child elements. |
||
Returns a reference to the control's DOM element. (Inherited from Control.) |
||
Gets or sets whether mouse events are enabled. |
||
Gets or sets the color used to fill the ZoomControl elements. |
||
Gets or sets the color of plus, minus and arrow icons. |
||
Gets or sets the location of the license key file. (Inherited from Control.) |
||
Gets or sets the maximum zoom level allowed to set through this control. |
||
Gets the unit of measure used for logical coordinates. (Inherited from CanvasControl.) |
||
Gets or sets the minimum zoom level allowed to set through this control. |
||
Gets or sets the padding of the control's contents. |
||
Gets or sets the scroll offset added when users click the pan arrows. |
||
Gets or sets the color of the control elements' shadow. |
||
Gets or sets a value indicating whether the label that shows the current zoom level should be visible. |
||
Gets or sets a value indicating whether the trackbar should snap to zoomStep values when dragged. |
||
Gets or sets the control modified by this ZoomControl. |
||
Gets or sets the color of the the label that shows the current zoom level. |
||
Gets or sets the current tick position of the trackbar. |
||
Gets or sets the zoom factor. |
||
Gets or sets the amount by which to change zoom level when + and - buttons are clicked. |
Name | Description | |
---|---|---|
Registers a single event listener on the instance. (Inherited from Disposable.) |
||
Adds an event listener to a DOM element. (Inherited from Control.) |
||
Removes all event listeners from a DOM element. (Inherited from Control.) |
||
Transforms a point from client to document coordinates. (Inherited from CanvasControl.) |
||
Creates and initializes a new ZoomControl from the specified element. This method is static and can be called without creating an instance of the class. |
||
Transforms a point from document to client coordinates. (Inherited from CanvasControl.) |
||
Returns the specified ZoomControl object. This member is static and can be invoked without creating an instance of the class. |
||
Constructs a JavaScript object from a JSON string. (Inherited from Control.) |
||
Raises an event. (Inherited from Disposable.) |
||
Registers an onsubmit handler for the Control's parent html form to flush postback data. (Inherited from Control.) |
||
Removes a single event listener attached to the instance. (Inherited from Disposable.) |
||
Converts a JavaScript object to a JSON string. (Inherited from Control.) |