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

isLayoutRequested() public method

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