Applies the specified foreground to the current selection.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public void ApplyForeground( Brush foreground ) |
| Visual Basic |
|---|
Public Sub ApplyForeground ( _ foreground As Brush _ ) |
| Visual C++ |
|---|
public: virtual void ApplyForeground( Brush^ foreground ) sealed |
Parameters
- foreground
- Type: System.Windows.Media..::..Brush
The foreground to be applied. This must be a SolidColorBrush.