Attached<T> Methods |
The Attached<T> generic type exposes the following members.
Name | Description | |
---|---|---|
GetValue |
Gets or the value of the current attached property for a given object.
| |
SetCurrentValue | Obsolete.
Synonym of SetValue(DependencyObject, T). Use that method instead.
| |
SetValue |
Sets the value of this attached property for a given object without changing its value source (see SetCurrentValue(DependencyProperty, Object)).
|