PostSharpAPI ReferencePost­Sharp.​Patterns.​XamlAttached<T>Get­Value
Open sandboxFocus

Attached<T>.GetValue Method

GetValue(DependencyObject)

Gets or the value of the current attached property for a given object.

Declaration
public T GetValue([Required] 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 obj.