Android.Transitions.CircularPropagation.SetPropagationSpeed Method
Sets the speed at which transition propagation happens, relative to the duration of the Transition.

Syntax

[Android.Runtime.Register("setPropagationSpeed", "(F)V", "GetSetPropagationSpeed_FHandler")]
public virtual void SetPropagationSpeed (float propagationSpeed)

Parameters

propagationSpeed
The speed at which propagation occurs, relative to the duration of the transition. A speed of 4 means it works 4 times as fast as the duration of the transition. May not be 0.

Remarks

Sets the speed at which transition propagation happens, relative to the duration of the Transition. A propagationSpeed of 1 means that a View centered farthest from the epicenter and View centered at the epicenter will have a difference in start delay of approximately the duration of the Transition. A speed of 2 means the start delay difference will be approximately half of the duration of the transition. A value of 0 is illegal, but negative values will invert the propagation.

[Android Documentation]

Requirements

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