- willNotDraw
- whether or not this View draw on its own
If this view doesn't do any drawing on its own, set this flag to allow further optimizations. By default, this flag is not set on View, but could be set on some View subclasses such as ViewGroup. Typically, if you override View.OnDraw(Android.Graphics.Canvas) you should clear this flag.