Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / BackgroundGradientSuppressor Class / SetBackground Method

In This Topic
    SetBackground Method (BackgroundGradientSuppressor)
    In This Topic
    Sets the value of the Background attached property.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetBackground( _
       ByVal obj As DependencyObject, _
       ByVal value As Brush _
    ) 
    public static void SetBackground( 
       DependencyObject obj,
       Brush value
    )

    Parameters

    obj
    value
    See Also