Fragment.IsVisible Property

Definition

Return true if the fragment is currently visible to the user.

public bool IsVisible { [Android.Runtime.Register("isVisible", "()Z", "")] get; }
[<get: Android.Runtime.Register("isVisible", "()Z", "")>]
member this.IsVisible : bool

Property Value

Attributes

Remarks

Return true if the fragment is currently visible to the user. This means it: (1) has been added, (2) has its view attached to the window, and (3) is not hidden.

Java documentation for android.app.Fragment.isVisible().

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.

Applies to