Android.Views.View.MeasuredHeight Property
Like View.MeasuredHeightAndState, but only returns the raw width component (that is the result is masked by View.MeasuredSizeMask).

Syntax

[get: Android.Runtime.Register("getMeasuredHeight", "()I", "GetGetMeasuredHeightHandler")]
public int MeasuredHeight { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Like View.MeasuredHeightAndState, but only returns the raw width component (that is the result is masked by View.MeasuredSizeMask).

[Android Documentation]

Requirements

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