ChangePropertyAction.Duration Property

Gets or sets the duration of the animation that will occur when the ChangePropertyAction is invoked. This is a dependency property. If the duration is unset, no animation will be applied.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property Duration As Duration
'Usage
Dim instance As ChangePropertyAction
Dim value As Duration

value = instance.Duration

instance.Duration = value
public Duration Duration { get; set; }
public:
property Duration Duration {
    Duration get ();
    void set (Duration value);
}
/** @property */
public Duration get_Duration ()

/** @property */
public void set_Duration (Duration value)
public function get Duration () : Duration

public function set Duration (value : Duration)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ChangePropertyAction Class
ChangePropertyAction Members
Microsoft.Expression.Interactivity.Core Namespace