ComponentOne FinancialChart for WPF
SetBackground Method



C1.WPF Namespace > BackgroundGradientSuppressor Class : SetBackground Method
Sets the value of the Background attached property.
Syntax
'Declaration
 
Public Shared Sub SetBackground( _
   ByVal obj As DependencyObject, _
   ByVal value As Brush _
) 
'Usage
 
Dim obj As DependencyObject
Dim value As Brush
 
BackgroundGradientSuppressor.SetBackground(obj, value)
public static void SetBackground( 
   DependencyObject obj,
   Brush value
)
public:
static void SetBackground( 
   DependencyObject^ obj,
   Brush^ value
) 

Parameters

obj
value
See Also

Reference

BackgroundGradientSuppressor Class
BackgroundGradientSuppressor Members