星火微课系统客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

OverwrideDefaultControlStyles.xaml 675B

123456789101112
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  2. <ResourceDictionary.MergedDictionaries>
  3. <ResourceDictionary Source="pack://application:,,,/Resources/StyleScrolllview.xaml" />
  4. <ResourceDictionary Source="pack://application:,,,/Resources/StyleButton.xaml" />
  5. </ResourceDictionary.MergedDictionaries>
  6. <Style BasedOn="{StaticResource for_scrollbar}" TargetType="ScrollBar" />
  7. <Style BasedOn="{StaticResource for_scrollviewer}" TargetType="ScrollViewer" />
  8. <Style BasedOn="{StaticResource MyButton}" TargetType="Button" />
  9. </ResourceDictionary>