ComponentOne Extended Library for WPF and Silverlight
SetSource Method

C1.Silverlight.Extended Namespace > C1VisualImageSource Class : SetSource Method
The element to write the attached property to.
The property value to set.
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 _
) 
public static void SetSource( 
   DependencyObject element,
   C1VisualImageSource value
)

Parameters

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

Reference

C1VisualImageSource Class
C1VisualImageSource Members