Created
February 10, 2020 13:11
-
-
Save kusa-mochi/bb96ffbae1ad759c65e6cea43fc9d560 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 色を定義する --> | |
| <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