jeffwilcox / wp-thememanager

Windows Phone ThemeManager allows for easy overriding of the Dark or Light themes
89 stars 26 forks source link

Cannot set TextBox Header Color #18

Open SunboX opened 10 years ago

SunboX commented 10 years ago

There's no way to set a TextBox.Header Color using a custom Theme.

frostieDE commented 9 years ago

This project is only available for Windows Phone 8/8.1 Silverlight. In Silverlight, there is no TextBox.Header property. Assuming you are working on a Windows Phone 8.1 store app (XAML), you can override the ControlHeaderTextBlockStyle which should change the header style of every control using this style (e.g. TextBox, ComboBox, ...)