Android.Transitions.Transition: Property Members

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

Public Properties

[read-only]
Durationlong. Returns the duration set on this transition.
[read-only]
EpicenterAndroid.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]
InterpolatorAndroid.Animation.ITimeInterpolator. Returns the interpolator set on this transition.
[read-only]
Namestring. Returns the name of this Transition.
PathMotionAndroid.Transitions.PathMotion. Returns the algorithm object used to interpolate along two dimensions.
PropagationAndroid.Transitions.TransitionPropagation. Returns the Android.Transitions.TransitionPropagation used to calculate Animator start delays.
[read-only]
StartDelaylong. Returns the startDelay set on this transition.
[read-only]
TargetIdsIList<Java.Lang.Integer>. Returns the list of target IDs that this transition limits itself to tracking and animating.
[read-only]
TargetNamesIList<string>. Returns the list of target transitionNames that this transition limits itself to tracking and animating.
[read-only]
TargetsIList<Android.Views.View>. Returns the list of target views that this transition limits itself to tracking and animating.
[read-only]
TargetTypesIList<Java.Lang.Class>. Returns the list of target transitionNames that this transition limits itself to tracking and animating.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.