AnimatedAttributeVariable<System.Double>.Duration Property
Gets or sets the duration of the animation.
Syntax
public System.Double Duration { get; set; }
Property Value
The duration of the animation in seconds.
Platforms
Windows, Linux, Android
Gets or sets the duration of the animation.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public System.Double Duration { get; set; }
Windows, Linux, Android
In this article
Gets or sets the duration of the animation.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public:
double duration ( ) const;
void duration ( double value )
Windows, Linux, Android
In this article
Gets or sets the duration of the animation.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public final double getDuration ( );
public final void setDuration ( double value );
Windows, Linux, Android
In this article
Gets or sets the duration of the animation.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
duration
Windows, Linux, Android
In this article