Gets the value of the Source attached property for the specified element.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public static C1VisualImageSource GetSource(
	DependencyObject element
)
Visual Basic
Public Shared Function GetSource ( _
	element As DependencyObject _
) As C1VisualImageSource

Parameters

element
Type: System.Windows..::..DependencyObject
The element from which to read the attached property.

Return Value

The value of the Source property.

See Also