- WPF Dynamic resource example
- <Button>
- <Button.Background>
- <SolidColorBrush Color="{StaticResource {x:Static SystemColors.DesktopColorKey}}" />
- </Button.Background>
- Hello
- </Button>
- <Button>
- <Button.Background>
- <SolidColorBrush Color="{DynamicResource {x:Static SystemColors.DesktopColorKey}}" />
- </Button.Background>
- Hello
- </Button>