ProgressBarSmoother Class |
Shows animation to the ProgressBar when the value has changed
Inheritance Hierarchy
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public static class ProgressBarSmoother
Public NotInheritable Class ProgressBarSmoother
public ref class ProgressBarSmoother abstract sealed
The ProgressBarSmoother type exposes the following members.
Methods Fields Attached Properties
| Name | Description |
---|
| Value |
The smooth value property
|
TopExamples
The following example shows how to attach the ProgressBarSmoother to a
ProgressBar, When the Binding object Progress changes, the changes will be shown with animation
<ProgressBar Grid.Row="1" Maximum="100" ui:ProgressBarSmoother.Value="{Binding Progress}" Style="{DynamicResource ThinProgressBarNoTrack}"/>
See Also