ComponentOne Extended Library for WPF and Silverlight
GetSource Method

C1.Silverlight.Extended Namespace > C1VisualImageSource Class : GetSource Method
The element from which to read the attached property.
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

Reference

C1VisualImageSource Class
C1VisualImageSource Members