adapted styling to CSS, still sample code

This commit is contained in:
2025-03-14 15:46:00 +01:00
parent 45cca4d8e3
commit 2c9ff99502
5 changed files with 16 additions and 41 deletions

View File

@ -0,0 +1,13 @@
<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>