Skip to content

Instantly share code, notes, and snippets.

@kusa-mochi
Created February 10, 2020 13:11
Show Gist options
  • Save kusa-mochi/bb96ffbae1ad759c65e6cea43fc9d560 to your computer and use it in GitHub Desktop.
Save kusa-mochi/bb96ffbae1ad759c65e6cea43fc9d560 to your computer and use it in GitHub Desktop.
<!-- 色を定義する -->
<SolidColorBrush x:Key="BaseBrush" Color="#EEEEEE" />
<!-- BaseBrushの色を参照するSolidColorBrush -->
<SolidColorBrush x:Key="SampleBrush" Color="{Binding Color, Source={StaticResource BaseBrush}}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment