Created
July 30, 2019 13:47
-
-
Save BMU-Verlag/79de2ebcfcc93e61295c92b481bf6034 to your computer and use it in GitHub Desktop.
This file contains 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
<Window.Resources> | |
<Style TargetType="Button"> | |
<Setter Property="Background" Value="White"/> | |
<Setter Property="BorderThickness" Value="2"/> | |
<Setter Property="BorderBrush" Value="DarkGray" /> | |
<Setter Property="FontSize" Value="65" /> | |
</Style> | |
</Window.Resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment