SVGSVGElementBuilder.ZoomAndPan

SVGSVGElementBuilder.ZoomAndPan method

Sets the ‘zoomAndPan’ attribute of the SVG element. This attribute controls whether the SVG content can be zoomed and panned.

public SVGSVGElementBuilder ZoomAndPan(string value)
ParameterTypeDescription
valueStringThe zoom and pan behavior (e.g., “magnify”).

Return Value

The SVGSVGElementBuilder instance for chaining.

See Also