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

getBottomFadingEdgeStrength() protected method

protected getBottomFadingEdgeStrength ( ) : float
return float
        protected virtual float getBottomFadingEdgeStrength()
        {
            return global::MonoJavaBridge.JavaBridge.CallFloatMethod(this, global::android.view.View.staticClass, "getBottomFadingEdgeStrength", "()F", ref global::android.view.View._m185);
        }
View