Android.Views.View.WindowSystemUiVisibility Property
Returns the current system UI visibility that is currently set for the entire window.

Syntax

[get: Android.Runtime.Register("getWindowSystemUiVisibility", "()I", "GetGetWindowSystemUiVisibilityHandler")]
public virtual SystemUiFlags WindowSystemUiVisibility { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the current system UI visibility that is currently set for the entire window. This is the combination of the View.SystemUiVisibility values supplied by all of the views in the 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 16