WindowStyle.xaml 1.2 KB

12345678910111213141516171819202122232425262728
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <!--主窗口背景色-->
  4. <!--<Style TargetType="Window" x:Key="mainBackground">
  5. <Setter Property="Background">
  6. <Setter.Value>
  7. <ImageBrush ImageSource="pack://application:,,,/Core;component/Resources/Main/主界面_切片.png" />
  8. </Setter.Value>
  9. </Setter>
  10. </Style>-->
  11. <ImageBrush x:Key="mainBackgroundImg" ImageSource="pack://application:,,,/Core;component/Resources/Main/主界面_切片JETP.png" />
  12. <ImageBrush x:Key="loginBackgroundImg" ImageSource="pack://application:,,,/Core;component/Resources/Main/login.png" />
  13. <!--背景颜色-->
  14. <SolidColorBrush Color="#1E7FC3" x:Key="mainBackgroundColor" />
  15. <SolidColorBrush Color="#669ACC" x:Key="viewBackgroundColor" />
  16. <!--<SolidColorBrush Color="#548C9B" x:Key="mainBackgroundColor" />
  17. <SolidColorBrush Color="#548C9B" x:Key="viewBackgroundColor" />-->
  18. <!--<SolidColorBrush Color="LightBlue" x:Key="titleBackgroundColor"/> // 427F7D afd5d5 -->
  19. </ResourceDictionary>