Click or drag to resize
DependencyObjectReadLocalValue Method
Returns the local value of a dependency property, if a local value is set.

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

Parameters

dependencyProperty
Type: Windows.UI.XamlDependencyProperty
The DependencyProperty identifier of the property for which to retrieve the local value.

Return Value

Type: Object
Returns the local value, or returns the sentinel value UnsetValue if no local value is set.
See Also