15 lines
454 B
XML
15 lines
454 B
XML
<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 -->
|
|
<TextBox Classes="Primary"></TextBox>
|
|
</Border>
|
|
</Design.PreviewWith>
|
|
|
|
<Style Selector="TextBox.Primary">
|
|
<Setter Property="Height" Value="32"/>
|
|
|
|
</Style>
|
|
|
|
</Styles>
|