button color uwp csharp

Code Example - button color uwp csharp

                
                        btn1.Foreground = new SolidColorBrush(Windows.UI.Colors.Blue);
                    
                
 

change canvas color uwp csharp

                        
                                new SolidColorBrush(Windows.UI.Colors.Blue)
                            
                        
 

Related code examples