GetValue(DependencyObject)
Gets or the value of the current attached property for a given object.
Declaration
public T GetValue(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object for which to get the value of the property. |
Returns
Type | Description |
---|---|
T | The value of the attached property for |