Click or drag to resize

ButtonPropertiesSetText Method

Sets the value of the Text 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 SetText(
	DependencyObject obj,
	string value
)

Parameters

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