Returns the current system UI visibility that is currently set for
the entire window.
Syntax
[get: Android.Runtime.Register("getWindowSystemUiVisibility", "()I", "GetGetWindowSystemUiVisibilityHandler")] public virtual SystemUiFlagsWindowSystemUiVisibility { 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.