WebKit.WebUIDelegate.webViewFooterHeight C# (CSharp) Method

webViewFooterHeight() public method

public webViewFooterHeight ( WebView WebView ) : float
WebView WebView
return float
        public float webViewFooterHeight(WebView WebView)
        {
            throw new NotImplementedException();
        }