1 this.lbTips.Foreground = new SolidColorBrush(Colors.Black); 2 this.lbTips.FontFamily = new FontFamily("Segoe UI"); 3 this.lbTips.FontSize = 11;
Set color, font for WPF controls via code
1 this.lbTips.Foreground = new SolidColorBrush(Colors.Black); 2 this.lbTips.FontFamily = new FontFamily("Segoe UI"); 3 this.lbTips.FontSize = 11;
Set color, font for WPF controls via code