C1.Silverlight.Extended Namespace / C1VisualImageSource Class / SetSource Method
The element to write the attached property to.
The property value to set.

In This Topic
SetSource Method
In This Topic
Sets the value of the Source attached property for the specified element.
Syntax
'Declaration
 
Public Shared Sub SetSource( _
   ByVal element As DependencyObject, _
   ByVal value As C1VisualImageSource _
) 
 

Parameters

element
The element to write the attached property to.
value
The property value to set.
See Also