Android.Views.View.MeasuredState Property
Return only the state bits of View.MeasuredWidthAndState and View.MeasuredHeightAndState, combined into one integer.

Syntax

[get: Android.Runtime.Register("getMeasuredState", "()I", "GetGetMeasuredStateHandler")]
public int MeasuredState { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return only the state bits of View.MeasuredWidthAndState and View.MeasuredHeightAndState, combined into one integer. The width component is in the regular bits View.MeasuredStateMask and the height component is at the shifted bits View.MeasuredHeightStateShift>>View.MeasuredStateMask.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11