Click or drag to resize
DependencyObjectGetValue Method
Returns the current effective value of a dependency property from a DependencyObject.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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: Object
Returns the current effective value.
See Also