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

willNotCacheDrawing() public method

public willNotCacheDrawing ( ) : bool
return bool
        public virtual bool willNotCacheDrawing()
        {
            return global::MonoJavaBridge.JavaBridge.CallBooleanMethod(this, global::android.view.View.staticClass, "willNotCacheDrawing", "()Z", ref global::android.view.View._m99);
        }
View