-2

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?

enter image description here

nam
  • 21,967
  • 37
  • 158
  • 332

1 Answers1

1

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 values
  • TitleForeground: Gets or sets the brush used for the titlebar's foreground
  • WindowTitleBrush: Gets or sets the brush used for the Window's title bar
  • NonActiveWindowTitleBrush: Gets or sets the brush used for the Window's non-active title bar
punker76
  • 14,326
  • 5
  • 58
  • 96