Android.Views.View.IsLaidOut Property
Returns true if this view has been through at least one layout since it was last attached to or detached from a window.

Syntax

[get: Android.Runtime.Register("isLaidOut", "()Z", "GetIsLaidOutHandler")]
public virtual bool IsLaidOut { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this view has been through at least one layout since it was last attached to or detached from a window.

[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