Click or drag to resize
DependencyObjectSetValue Method
Sets the local value of a dependency property on a DependencyObject.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public void SetValue(
	DependencyProperty dependencyProperty,
	Object value
)

Parameters

dependencyProperty
Type: Windows.UI.XamlDependencyProperty
The identifier of the dependency property to set.
value
Type: SystemObject
The new local value.
See Also