|
||
System.Windows.Media.SolidColorBrush ToSolidBrush()
|
|
|||
Synopsis |
using SilverSharp;
The ToSolidBrush method converts a SilverSharp.SS_RGB object to a System.Windows.Media.SolidColorBrush object.
|
|
||
Parameters |
none
|
|
||
Return Value |
ToSolidBrush returns a System.Windows.Media.SolidColorBrush that represents the same color as the SilverSharp.SS_RGB object
|
|
||
Remarks |
This method is most useful when working with WPF applications.
|
|
||
See Also |
|
|
||
Example |
The following code sets the Background property of a WPF window:
|
|