Attached<T>.GetValue Method |
Gets or the value of the current attached property for a given 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 GetValue( DependencyObject obj )
Parameters
- obj
- Type: System.Windows.DependencyObject
The object for which to get the value of the property.
Return Value
Type: TThe value of the attached property for obj.