Android.Views.View.MeasuredHeightAndState Property
Return the full height measurement information for this view as computed by the most recent call to View.Measure(int, System.Int32).

Syntax

[get: Android.Runtime.Register("getMeasuredHeightAndState", "()I", "GetGetMeasuredHeightAndStateHandler")]
public int MeasuredHeightAndState { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the full height measurement information for this view as computed by the most recent call to View.Measure(int, System.Int32). This result is a bit mask as defined by View.MeasuredSizeMask and View.MeasuredStateTooSmall. This should be used during measurement and layout calculations only. Use View.Height to see how wide a view is after layout.

[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