Sets the value of the Background attached property.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static void SetBackground(
	DependencyObject obj,
	Brush value
)
Visual Basic
Public Shared Sub SetBackground ( _
	obj As DependencyObject, _
	value As Brush _
)

Parameters

obj
Type: System.Windows..::..DependencyObject
value
Type: System.Windows.Media..::..Brush

See Also