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

Syntax

[get: Android.Runtime.Register("getMeasuredWidth", "()I", "GetGetMeasuredWidthHandler")]
public int MeasuredWidth { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Like View.MeasuredWidthAndState, 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