←Select platform

Delay Property

Summary

Gets the time remaining in the current wait state of an animation playback.

Syntax

C#
VB
WinRT C#
C++
public int Delay { get; } 
Public ReadOnly Property Delay As Integer 
public int Delay {get;} 
 get_Delay();  
public: 
property int Delay { 
   int get(); 
} 

Property Value

An integer value that indicates the time remaining in the current wait state of an animation playback.

Remarks

The delay is in milliseconds (ms).

Example

For an example, refer to Append.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly