UIKit.UIWebView: Property Members

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

Public Properties

AllowsInlineMediaPlaybackbool. If true, then HTML5 videos can play inline, if false then the native fill-screen controller will be used.
[read-only]
static
AppearanceUIWebView.UIWebViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
[read-only]
CanGoBackbool. This property indicates if it is possible to move backwards through web pages. Read-only.
[read-only]
CanGoForwardbool. This property indicates if it is possible to move forwards through the web pages. Read-only.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DataDetectorTypesUIDataDetectorType. This property holds and instance of UIKit.UIDataDetectorType that will convert content of the webpage into clickable URL's.
DelegateIUIWebViewDelegate. An instance of the UIKit.UIWebViewDelegate model class which acts as the class delegate.
GapBetweenPagesnfloat. The size, in points, between pages.
[read-only]
IsLoadingbool. Returns true if the web view is still loading content. Read-only.
KeyboardDisplayRequiresUserActionbool. Whether the UIWebView can programmatically display the keyboard.
MediaPlaybackAllowsAirPlaybool. Whether AirPlay is allowed from this UIWebView
MediaPlaybackRequiresUserActionbool. Whether HTML5 videos requires the user to start playing them. If false, videos play automatically.
[read-only]
PageCountnint. The number of pages in the UIWebView after layout completes.
PageLengthnfloat. The size, in points, of each page.
PaginationBreakingModeUIWebPaginationBreakingMode. Whether column- or page-breaking is used.
PaginationModeUIWebPaginationMode. The UIWebPaginationMode used by this UIWebView.
[read-only]
RequestFoundation.NSUrlRequest. The URL of the content to load. Read-only.
ScalesPageToFitbool. Whether the user may zoom in or out of the web page.
[read-only]
ScrollViewUIScrollView. This is the UIKit.UIScrollView used for the web view.
ShouldStartLoadUIWebLoaderControl. Delegate invoked by the object to get a value.
SuppressesIncrementalRenderingbool. If true, the UIWebView may render content prior to being fully loaded in memory.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type