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
)
Public Shared Function GetValue (
obj As DependencyObject
) As Double
public:
static double GetValue(
DependencyObject^ obj
)
Parameters
- obj
- Type: System.WindowsDependencyObject
The DependencyObject which contains a double value.
Return Value
Type:
Doublethe
Double value within the Dependency Object
See Also