sa/Stars Assistant/Assets/GridCellStyles.axaml

14 lines
434 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 -->
</Border>
</Design.PreviewWith>
<Style Selector="DataGridCell.cool">
<Setter Property="FontWeight" Value="Bold" />
<Setter Property="Background" Value="Red" />
</Style>
</Styles>