Answers for "wpf change foreground c#"

C#
0

how to set foreground from code wpf

Foreground = (Brush)new BrushConverter().ConvertFrom("#324f5d")
Posted by: Guest on October-12-2021
0

wpf change foreground c#

textBlock.Foreground = new SolidColorBrush(Colors.White);
Posted by: Guest on May-05-2022

C# Answers by Framework

Browse Popular Code Answers by Language