UIWebView.ScalesPageToFit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the user may zoom in or out of the web page.
public virtual bool ScalesPageToFit { [Foundation.Export("scalesPageToFit")] get; [Foundation.Export("setScalesPageToFit:")] set; }
member this.ScalesPageToFit : bool with get, set
Property Value
- Attributes
Remarks
If true
, then the page is scaled to file the screen and the user may zoom in and out. false
means that zooming is disabled.