pageZoom property

double? pageZoom
getter/setter pair

The scale factor by which the web view scales content relative to its bounds. The default value of this property is 1.0, which displays the content without any scaling. Changing the value of this property is equivalent to setting the CSS zoom property on all page content.

Officially Supported Platforms/Implementations:

Implementation

double? pageZoom;