DependencyObjectGetValue Method |
Returns the current effective value of a dependency property from a DependencyObject.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Object GetValue(
DependencyProperty dependencyProperty
)
Parameters
- dependencyProperty
- Type: Windows.UI.XamlDependencyProperty
The DependencyProperty identifier of the property for which to retrieve the
value.
Return Value
Type:
ObjectReturns the current effective value.
See Also