The methods of Android.Transitions.VisibilityPropagation are listed below. For a list of all members, see the VisibilityPropagation Members list.
See Also: Inherited members from Android.Transitions.TransitionPropagation
override | CaptureValues(TransitionValues)Captures the values in the start or end scene for the properties that this transition propagation monitors. | |
override | GetPropagationProperties()Returns the set of property names stored in the Android.Transitions.TransitionValues object passed into TransitionPropagation.CaptureValues(TransitionValues) that this transition propagation cares about for the purposes of preventing duplicate capturing of property values. | |
GetViewVisibility(TransitionValues)Returns Android.Views.View.Visibility for the View at the time the values were captured. | ||
GetViewX(TransitionValues)Returns the View's center x coordinate, relative to the screen, at the time the values were captured. | ||
GetViewY(TransitionValues)Returns the View's center y coordinate, relative to the screen, at the time the values were captured. |