Gets the value of the PropertyInfo attached property of the specified element.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public static IPropertyInfo GetPropertyInfo(
	DependencyObject obj
)
Visual Basic (Declaration)
Public Shared Function GetPropertyInfo ( _
	obj As DependencyObject _
) As IPropertyInfo

Parameters

obj
Type: System.Windows..::.DependencyObject
The element from which to read the value.

Return Value

The PropertyInfo associated with the specified element.

See Also