DependencyObjectSetInheritedValue Method |
Sets the inherited value of a dependency property on a DependencyObject. Do not use this method.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public void SetInheritedValue(
DependencyProperty dependencyProperty,
Object value,
bool recursively
)
Parameters
- dependencyProperty
- Type: Windows.UI.XamlDependencyProperty
The identifier of the dependency property to set. - value
- Type: SystemObject
The new local value. - recursively
- Type: SystemBoolean
Specifies if the inherited value must be applied to the children of this DependencyObject.
See Also