The properties of UIKit.UIWebView are listed below. For a list of all members, see the UIWebView Members list.
See Also: Inherited members from UIKit.UIView
| AllowsInlineMediaPlayback | bool. If true, then HTML5 videos can play inline, if false then the native fill-screen controller will be used. | |
| [read-only] static | Appearance | UIWebView.UIWebViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| [read-only] | CanGoBack | bool. This property indicates if it is possible to move backwards through web pages. Read-only. |
| [read-only] | CanGoForward | bool. This property indicates if it is possible to move forwards through the web pages. Read-only. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| DataDetectorTypes | UIDataDetectorType. This property holds and instance of UIKit.UIDataDetectorType that will convert content of the webpage into clickable URL's. | |
| Delegate | IUIWebViewDelegate. An instance of the UIKit.UIWebViewDelegate model class which acts as the class delegate. | |
| GapBetweenPages | nfloat. The size, in points, between pages. | |
| [read-only] | IsLoading | bool. Returns true if the web view is still loading content. Read-only. |
| KeyboardDisplayRequiresUserAction | bool. Whether the UIWebView can programmatically display the keyboard. | |
| MediaPlaybackAllowsAirPlay | bool. Whether AirPlay is allowed from this UIWebView | |
| MediaPlaybackRequiresUserAction | bool. Whether HTML5 videos requires the user to start playing them. If false, videos play automatically. | |
| [read-only] | PageCount | nint. The number of pages in the UIWebView after layout completes. |
| PageLength | nfloat. The size, in points, of each page. | |
| PaginationBreakingMode | UIWebPaginationBreakingMode. Whether column- or page-breaking is used. | |
| PaginationMode | UIWebPaginationMode. The UIWebPaginationMode used by this UIWebView. | |
| [read-only] | Request | Foundation.NSUrlRequest. The URL of the content to load. Read-only. |
| ScalesPageToFit | bool. Whether the user may zoom in or out of the web page. | |
| [read-only] | ScrollView | UIScrollView. This is the UIKit.UIScrollView used for the web view. |
| ShouldStartLoad | UIWebLoaderControl. Delegate invoked by the object to get a value. | |
| SuppressesIncrementalRendering | bool. If true, the UIWebView may render content prior to being fully loaded in memory. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |