星火微课系统客户端
選択できるのは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>