Extended Library for WPF and Silverlight | ComponentOne
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 _
    ) 
    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