Click or drag to resize

ProgressBarSmoother Class

Shows animation to the ProgressBar when the value has changed

Inheritance Hierarchy
SystemObject
  Hummingbird.UIProgressBarSmoother

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public static class ProgressBarSmoother

The ProgressBarSmoother type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetValue
Gets the smooth value.
Public methodStatic memberSetValue
Sets the smooth value.
Top
Fields
  NameDescription
Public fieldStatic memberValueProperty
The smooth value property
Top
Attached Properties
  NameDescription
Public attached propertyValue
The smooth value property
Top
Examples
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