11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
|
<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 -->
|
||
|
</Styles>
|