Android.Views.View.SystemUiFlagVisible Field
Special constant for View.SystemUiVisibility: View has requested the system UI (status bar) to be visible (the default).

Value: 0

Syntax

[Android.Runtime.Register("SYSTEM_UI_FLAG_VISIBLE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.SystemUiFlags enum directly instead of this field.")]
public const SystemUiFlags SystemUiFlagVisible

See Also

View.SystemUiVisibility

Remarks

Special constant for View.SystemUiVisibility: View has requested the system UI (status bar) to be visible (the default).

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14