Windows 10 Remove Title Bar

Windows 10 Remove Title Bar 5,7/10 4927 votes
Remove
  1. Windows 10 Remove Title Bar Android Studio

Windows 10 Remove Title Bar Android Studio

Windows 10 apps run in a window like any standard desktop application. This means that now they have a title bar, that by default is gray, has the name of the app on the left and the standard three button on the right. However, if we need, we can customize its appearance and colors.To reach this goal, we can leverage the property. So, we need to do this via code. For example:var titleBar = ApplicationView.GetForCurrentView.TitleBar;titleBar.BackgroundColor = Colors.DarkBlue;titleBar.ForegroundColor = Colors.White;titleBar.ButtonBackgroundColor = Colors.Maroon;titleBar.ButtonForegroundColor = Colors.Yellow;With these instructions, we obtain the following chrome.

Symbols