android.view.View.computeVerticalScrollExtent C# (CSharp) Method

computeVerticalScrollExtent() protected method

protected computeVerticalScrollExtent ( ) : int
return int
        protected virtual int computeVerticalScrollExtent()
        {
            return global::MonoJavaBridge.JavaBridge.CallIntMethod(this, global::android.view.View.staticClass, "computeVerticalScrollExtent", "()I", ref global::android.view.View._m201);
        }
View