WPF Tutorial
Welcome to this free online Windows Presentation Foundation tutorial.
Search This Blog
Thursday, November 3, 2016
Convert Hex to SolidColorBrush
WPF > System.Windows.Media >
BrushConverter
BrushConverter
is used
to convert a Brush object to or from another object type.
Example:
row.Background = (
SolidColorBrush
)(
new
BrushConverter
().ConvertFrom(
"#FFA7CDF0"
));
Newer Post
Older Post
Home