Click or drag to resize

ProgressBarSmootherGetValue Method

Gets the smooth value.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public static double GetValue(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
The DependencyObject which contains a double value.

Return Value

Type: Double
the Double value within the Dependency Object
See Also