Files
Semi.Avalonia/src/Semi.Avalonia.TreeDataGrid/Shared.axaml

6 lines
513 B
Plaintext
Raw Normal View History

<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
2025-03-16 16:44:07 +08:00
<StaticResource x:Key="TreeDataGridSortIconAscendingPath" ResourceKey="SemiIconSmallTriangleTop"/>
<StaticResource x:Key="TreeDataGridSortIconDescendingPath" ResourceKey="SemiIconSmallTriangleDown"/>
<StaticResource x:Key="TreeDataGridItemCollapsedChevronPathData" ResourceKey="SemiIconTreeTriangleRight"/>
<Thickness x:Key="TreeDataGridRowMargin">2</Thickness>
</ResourceDictionary>