Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1VisualImageSource Class / GetSource Method
The element from which to read the attached property.

In This Topic
    GetSource Method
    In This Topic
    Gets the value of the Source attached property for the specified element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetSource( _
       ByVal element As DependencyObject _
    ) As C1VisualImageSource
    public static C1VisualImageSource GetSource( 
       DependencyObject element
    )

    Parameters

    element
    The element from which to read the attached property.

    Return Value

    The value of the Source property.
    See Also