Attached<T>.Item Property |
Gets or sets the value of the current attached property for a given object (see GetValue(DependencyProperty) and SetValue(DependencyProperty, Object)).
Namespace: PostSharp.Patterns.Xaml
Assembly: PostSharp.Patterns.Xaml (in PostSharp.Patterns.Xaml.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public T this[ DependencyObject obj ] { get; set; }
Parameters
- obj
- Type: System.Windows.DependencyObject
The object for which the property is get or set.
Return Value
Type: TThe value of the attached property for obj.