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

In This Topic
    GetBackground Method (BackgroundGradientSuppressor)
    In This Topic
    Gets the value of the Background attached property.
    Syntax
    'Declaration
     
    
    Public Shared Function GetBackground( _
       ByVal obj As DependencyObject _
    ) As Brush
    public static Brush GetBackground( 
       DependencyObject obj
    )

    Parameters

    obj
    See Also