SmoothProgressBar.TargetValueProperty Field

Definition

Dependency property used to animate the Value property of the progress bar. Set TargetValue to a value and the progress value will be animated from the current value to the new value.

public: static initonly System::Windows::DependencyProperty ^ TargetValueProperty;
public static readonly System.Windows.DependencyProperty TargetValueProperty;
 staticval mutable TargetValueProperty : System.Windows.DependencyProperty
Public Shared ReadOnly TargetValueProperty As DependencyProperty 

Field Value

Applies to