VisibilityPropagation.GetViewVisibility(TransitionValues) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns android.view.View#getVisibility()
for the View at the time the values
were captured.
[Android.Runtime.Register("getViewVisibility", "(Landroid/transition/TransitionValues;)I", "GetGetViewVisibility_Landroid_transition_TransitionValues_Handler")]
public virtual Android.Views.ViewStates GetViewVisibility (Android.Transitions.TransitionValues? values);
[<Android.Runtime.Register("getViewVisibility", "(Landroid/transition/TransitionValues;)I", "GetGetViewVisibility_Landroid_transition_TransitionValues_Handler")>]
abstract member GetViewVisibility : Android.Transitions.TransitionValues -> Android.Views.ViewStates
override this.GetViewVisibility : Android.Transitions.TransitionValues -> Android.Views.ViewStates
Parameters
- values
- TransitionValues
The TransitionValues captured at the start or end of the Transition.
Returns
android.view.View#getVisibility()
for the View at the time the values
were captured.
- Attributes
Remarks
Returns android.view.View#getVisibility()
for the View at the time the values were captured.
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.