DependencyObjectReadLocalValue Method |
Returns the local value of a dependency property, if a local value is set.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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