Sets the value of the Source attached property for the specified element.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public static void SetSource(
	DependencyObject element,
	C1VisualImageSource value
)
Visual Basic
Public Shared Sub SetSource ( _
	element As DependencyObject, _
	value As C1VisualImageSource _
)

Parameters

element
Type: System.Windows..::..DependencyObject
The element to write the attached property to.
value
Type: C1.Silverlight.Extended..::..C1VisualImageSource
The property value to set.

See Also