The properties of Android.Transitions.Transition are listed below. For a list of all members, see the Transition Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | Duration | long. Returns the duration set on this transition. |
[read-only] | Epicenter | Android.Graphics.Rect. Returns the epicenter as specified by the NoType:android/transition/Transition$EpicenterCallback;Href=../../../reference/android/transition/Transition.EpicenterCallback.html or null if no callback exists. |
[read-only] | Interpolator | Android.Animation.ITimeInterpolator. Returns the interpolator set on this transition. |
[read-only] | Name | string. Returns the name of this Transition. |
PathMotion | Android.Transitions.PathMotion. Returns the algorithm object used to interpolate along two dimensions. | |
Propagation | Android.Transitions.TransitionPropagation. Returns the Android.Transitions.TransitionPropagation used to calculate Animator start delays. | |
[read-only] | StartDelay | long. Returns the startDelay set on this transition. |
[read-only] | TargetIds | IList<Java.Lang.Integer>. Returns the list of target IDs that this transition limits itself to tracking and animating. |
[read-only] | TargetNames | IList<string>. Returns the list of target transitionNames that this transition limits itself to tracking and animating. |
[read-only] | Targets | IList<Android.Views.View>. Returns the list of target views that this transition limits itself to tracking and animating. |
[read-only] | TargetTypes | IList<Java.Lang.Class>. Returns the list of target transitionNames that this transition limits itself to tracking and animating. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |