Click or drag to resize

ProgressBarPropertiesSetValue Method

Sets the value of the Value attached property

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 void SetValue(
	DependencyObject obj,
	double value
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property
value
Type: SystemDouble
The new value to set
See Also