ComponentOne FinancialChart for WPF
C1.WPF Namespace / BackgroundGradientSuppressor Class / GetBackground Method



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

    Parameters

    obj
    See Also