Click or drag to resize

ProgressBarPropertiesGetValue Method

Gets the value of Value

Namespace:  Cauldron.XAML.Theme
Assembly:  Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public static double GetValue(
	DependencyObject obj
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property

Return Value

Type: Double
The value of the attached property
See Also