Card.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 CardBaseStyle}" TargetType="hc:Card"/>
  4. </ResourceDictionary>