- measuredWidth
- The measured width of this view. May be a complex bit mask as defined by View.MeasuredSizeMask and View.MeasuredStateTooSmall.
- measuredHeight
- The measured height of this view. May be a complex bit mask as defined by View.MeasuredSizeMask and View.MeasuredStateTooSmall.
This method must be called by View.OnMeasure(int, System.Int32) to store the measured width and measured height. Failing to do so will trigger an exception at measurement time.