PathIconStyles.axaml 246 B

12345678
  1. <Styles xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <Style Selector="PathIcon:not(.Flippable)">
  4. <Setter Property="FlowDirection" Value="LeftToRight"/>
  5. </Style>
  6. </Styles>