Click or drag to resize

ProgressBarSmootherSetValue Method

Sets the smooth value.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public static void SetValue(
	DependencyObject obj,
	double value
)

Parameters

obj
Type: System.WindowsDependencyObject
The object.
value
Type: SystemDouble
The value.
See Also