Rate.xaml 256 B

123456
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:hc="clr-namespace:HandyControl.Controls">
  3. <Style BasedOn="{StaticResource RateBaseStyle}" TargetType="hc:Rate"/>
  4. </ResourceDictionary>