this[DependencyObject]
Gets or sets the value of the current attached property for a given object (see GetValue(DependencyProperty) and SetValue(DependencyProperty, Object)).
Declaration
public T this[DependencyObject obj] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | The object for which the property is get or set. |
Property Value
Type | Description |
---|---|
T | The value of the attached property for |