StateAnimatableProperty.AnimationDuration Property
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.
The duration of the animation in seconds.
public:
property float AnimationDuration { float get(); void set(float value); };
public float AnimationDuration { get; set; }
member this.AnimationDuration : single with get, set
Public Property AnimationDuration As Single