This topic has not yet been rated - Rate this topic

DependencyObject.SetValue Method

Sets the local value of a dependency property.
Name Description
DependencyObject.SetValue (DependencyProperty, Object) Sets the local value of a dependency property, specified by its dependency property identifier.
DependencyObject.SetValue (DependencyPropertyKey, Object) Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.