adapted styling to CSS, still sample code
This commit is contained in:
13
Stars Assistant/Assets/GridCellStyles.axaml
Normal file
13
Stars Assistant/Assets/GridCellStyles.axaml
Normal 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>
|
Reference in New Issue
Block a user