Skip to content

Instantly share code, notes, and snippets.

@AndreiMarukovich
Created April 18, 2018 01:34
Show Gist options
  • Save AndreiMarukovich/84eb16056e61772a05c42f7a772c1318 to your computer and use it in GitHub Desktop.
Save AndreiMarukovich/84eb16056e61772a05c42f7a772c1318 to your computer and use it in GitHub Desktop.
<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