'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.