Set the image Uri.

Namespace: Ico.WPF.Specialized.DataGridControl.Behaviors
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static void SetImageUri(
	DependencyObject obj,
	Uri value
)
Visual Basic
Public Shared Sub SetImageUri ( _
	obj As DependencyObject, _
	value As Uri _
)
JScript
public static function SetImageUri(
	obj : DependencyObject, 
	value : Uri
)

Parameters

obj
Type: System.Windows..::..DependencyObject
DependencyObject
value
Type: System..::..Uri
Uri

See Also