As shown below, by default, the MetroWindow of MahApps.Metro shows the title of the Window in uppercase, background of the title as blue and the forecolor as white.
Question: How can we change the above properties using MahApps.Metro
?
As shown below, by default, the MetroWindow of MahApps.Metro shows the title of the Window in uppercase, background of the title as blue and the forecolor as white.
Question: How can we change the above properties using MahApps.Metro
?
Here are the properties of the MetroWindow
which changes the title bar in MahApps v2.4.x
TitleCharacterCasing
: Changes the character casing with the CharacterCasing enumeration valuesTitleForeground
: Gets or sets the brush used for the titlebar's foregroundWindowTitleBrush
: Gets or sets the brush used for the Window's title barNonActiveWindowTitleBrush
: Gets or sets the brush used for the Window's non-active title bar