Android.Views.View.WindowVisibility Property
Returns the current visibility of the window this view is attached to (either View.GONE, View.INVISIBLE, or View.VISIBLE).

Syntax

[get: Android.Runtime.Register("getWindowVisibility", "()I", "GetGetWindowVisibilityHandler")]
public virtual ViewStates WindowVisibility { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the current visibility of the window this view is attached to (either View.GONE, View.INVISIBLE, or View.VISIBLE).

[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