PendulumDots.ReverseDuration 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.
Gets or sets the ReverseDuration property. This dependency property indicates the duration of the total animation in reverse.
public:
property System::Windows::Duration ReverseDuration { System::Windows::Duration get(); void set(System::Windows::Duration value); };
public System.Windows.Duration ReverseDuration { get; set; }
member this.ReverseDuration : System.Windows.Duration with get, set
Public Property ReverseDuration As Duration