Android.Views.View.FitsSystemWindows Property
Check for state of View.SetFitsSystemWindows(bool).

Syntax

[get: Android.Runtime.Register("getFitsSystemWindows", "()Z", "GetGetFitsSystemWindowsHandler")]
public virtual bool FitsSystemWindows { get; }

See Also

View.SetFitsSystemWindows(bool)
View.FitSystemWindows(Android.Graphics.Rect)
View.SystemUiVisibility

Value

Documentation for this section has not yet been entered.

Remarks

Check for state of View.SetFitsSystemWindows(bool). If this method returns true, the default implementation of View.FitSystemWindows(Android.Graphics.Rect) will be executed.

[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