Android.Transitions.Visibility.IsVisible Method
Returns whether the view is 'visible' according to the given values object.

Syntax

[Android.Runtime.Register("isVisible", "(Landroid/transition/TransitionValues;)Z", "GetIsVisible_Landroid_transition_TransitionValues_Handler")]
public virtual bool IsVisible (TransitionValues values)

Parameters

values
The TransitionValues object that holds the information by which visibility is determined.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns whether the view is 'visible' according to the given values object. This is determined by testing the same properties in the values object that are used to determine whether the object is appearing or disappearing in the Transition.CreateAnimator(Android.Views.ViewGroup, Android.Transitions.TransitionValues, Android.Transitions.TransitionValues) method. This method can be called by, for example, subclasses that want to know whether the object is visible in the same way that Visibility determines it for the actual animation.

[Android Documentation]

Requirements

Namespace: Android.Transitions
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0