SVGViewElementBuilder.ZoomAndPan

SVGViewElementBuilder.ZoomAndPan method

Sets the zoomAndPan attribute of the view element, specifying the zoom and pan behavior.

public SVGViewElementBuilder ZoomAndPan(ZoomAndPan zoomAndPan)
ParameterTypeDescription
zoomAndPanZoomAndPanThe zoom and pan behavior.

Return Value

The current SVGViewElementBuilder instance.

See Also