AnimationDelayBehavior Enum
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.
public enum class AnimationDelayBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class AnimationDelayBehavior
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class AnimationDelayBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum AnimationDelayBehavior
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum AnimationDelayBehavior
var value = Microsoft.UI.Composition.AnimationDelayBehavior.setInitialValueAfterDelay
Public Enum AnimationDelayBehavior
- Inheritance
-
AnimationDelayBehavior
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| SetInitialValueAfterDelay | 0 | |
| SetInitialValueBeforeDelay | 1 |