Files
Semi.Avalonia/src/Semi.Avalonia/Themes/Dark/SplitButton.axaml
2023-01-31 22:27:22 +08:00

9 lines
549 B
XML

<ResourceDictionary
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=System.Runtime">
<!-- Add Resources Here -->
<PathGeometry x:Key="SplitButtonIconGlyph">M20.5598 9.65618L12.7546 18.6322C12.3559 19.0906 11.644 19.0906 11.2453 18.6322L3.4401 9.65618C2.8773 9.00895 3.33701 8 4.19471 8L19.8052 8C20.6629 8 21.1226 9.00895 20.5598 9.65618Z</PathGeometry>
<sys:Double x:Key="SplitButtonSeparatorWidth">1</sys:Double>
</ResourceDictionary>