View.WindowSystemUiVisibility Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current system UI visibility that is currently set for the entire window.
public virtual Android.Views.SystemUiFlags WindowSystemUiVisibility { [Android.Runtime.Register("getWindowSystemUiVisibility", "()I", "GetGetWindowSystemUiVisibilityHandler")] get; }
	[<get: Android.Runtime.Register("getWindowSystemUiVisibility", "()I", "GetGetWindowSystemUiVisibilityHandler")>]
member this.WindowSystemUiVisibility : Android.Views.SystemUiFlags
	Property Value
- Attributes
 
Remarks
Returns the current system UI visibility that is currently set for the entire window.  This is the combination of the #setSystemUiVisibility(int) values supplied by all of the views in the window.
This member is deprecated. SystemUiVisibility flags are deprecated. Use WindowInsetsController instead.
Java documentation for android.view.View.getWindowSystemUiVisibility().
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.