Thursday, May 2, 2013

Assign color from codebehind

Assign color from codebehind


MySettings.HeaderBrush = new SolidColorBrush(Windows.UI.Colors.BlueViolet);
 MyBackGround..Background = new SolidColorBrush(Windows.UI.Colors.BlueViolet);

No comments:

Post a Comment

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...