ISVGZoomAndPan.ZoomAndPan

ISVGZoomAndPan.ZoomAndPan property

Corresponds to attribute ‘zoomAndPan’ on the given element. The value must be one of the SVG_ZOOMANDPAN_* constants defined on this interface.

public ushort ZoomAndPan { get; set; }

Property Value

The zoom and pan.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.

See Also