SVGZoomAndPan Enum

SVGZoomAndPan enumeration

The SVGZoomAndPan enumeration defines attribute zoomAndPan and associated constants.

public enum SVGZoomAndPan : ushort

Values

NameValueDescription
SVG_ZOOMANDPAN_UNKNOWN0The 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_DISABLE1Corresponds to value ‘disable’.
SVG_ZOOMANDPAN_MAGNIFY2Corresponds to value ‘magnify’.

See Also