SVGZoomAndPan enumeration

SVGZoomAndPan enumeration

The SVGZoomAndPan enumeration defines attribute zoomAndPan and associated constants.

The SVGZoomAndPan type exposes the following members:

Fields

FieldDescription
SVG_ZOOMANDPAN_UNKNOWNThe enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
SVG_ZOOMANDPAN_DISABLECorresponds to value ‘disable’.
SVG_ZOOMANDPAN_MAGNIFYCorresponds to value ‘magnify’.

See Also