Created
April 18, 2018 01:34
-
-
Save AndreiMarukovich/84eb16056e61772a05c42f7a772c1318 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 xmlns="https://github.com/avaloniaui" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
Title="AvaloniaApplication"> | |
<Window.Styles> | |
<Style Selector="TextBlock.b"> | |
<Setter Property="FontWeight" Value="Bold"/> | |
</Style> | |
</Window.Styles> | |
<TextBlock Classes="b">Hello World!</TextBlock> | |
</Window> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment