Android.App.Fragment.IsHidden Property
Return true if the fragment has been hidden.

Syntax

[get: Android.Runtime.Register("isHidden", "()Z", "GetIsHiddenHandler")]
public bool IsHidden { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return true if the fragment has been hidden. By default fragments are shown. You can find out about changes to this state with Fragment.OnHiddenChanged(bool). Note that the hidden state is orthogonal to other states -- that is, to be visible to the user, a fragment must be both started and not hidden.

[Android Documentation]

Requirements

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