Path.xaml 434 B

12345678
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  2. <Style x:Key="glyphicon" TargetType="{x:Type Path}">
  3. <Setter Property="Width" Value="20" />
  4. <Setter Property="Height" Value="20" />
  5. <Setter Property="Fill" Value="Black" />
  6. <Setter Property="Stretch" Value="Uniform" />
  7. </Style>
  8. </ResourceDictionary>