Applies the specified background to the current selection.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void ApplyBackground(
	Brush background
)
Visual Basic
Public Sub ApplyBackground ( _
	background As Brush _
)
Visual C++
public:
virtual void ApplyBackground(
	Brush^ background
) sealed

Parameters

background
Type: System.Windows.Media..::..Brush
The background to be applied. This must be a SolidColorBrush.

See Also