Files
AvaloniaExample/MVVMExample/Themes/DefaultStyles.axaml

17 lines
374 B
Plaintext
Raw Normal View History

<Styles xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Design.PreviewWith>
<Border Padding="20">
<!-- Add Controls for Previewer Here -->
</Border>
</Design.PreviewWith>
<!-- Add Styles Here -->
<Style Selector="Button.maxButton">
</Style>
<Style Selector="Button.maxButton:pointerover">
</Style>
</Styles>