Sets 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 void SetPropertyInfo(
	DependencyObject obj,
	IPropertyInfo value
)
Visual Basic (Declaration)
Public Shared Sub SetPropertyInfo ( _
	obj As DependencyObject, _
	value As IPropertyInfo _
)

Parameters

obj
Type: System.Windows..::.DependencyObject
The element on which to set the value.
value
Type: Mindscape.WpfElements.WpfPropertyGrid..::.IPropertyInfo
The PropertyInfo to be associated with the specified element.

See Also