Transition.SetStartDelay(Int64) 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.
Sets the startDelay of this transition.
[Android.Runtime.Register("setStartDelay", "(J)Landroid/transition/Transition;", "GetSetStartDelay_JHandler")]
public virtual Android.Transitions.Transition? SetStartDelay (long startDelay);
[<Android.Runtime.Register("setStartDelay", "(J)Landroid/transition/Transition;", "GetSetStartDelay_JHandler")>]
abstract member SetStartDelay : int64 -> Android.Transitions.Transition
override this.SetStartDelay : int64 -> Android.Transitions.Transition
Parameters
- startDelay
- Int64
The length of the delay, in milliseconds.
Returns
This transition object.
- Attributes
Remarks
Sets the startDelay of this transition. By default, there is no delay (indicated by a negative number), which means that the Animator created by the transition will have its own specified startDelay. If the delay of a Transition is set, that delay will override the Animator delay.
Java documentation for android.transition.Transition.setStartDelay(long)
.
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.