BlendEffectBox.xaml 516 B

1234567891011121314
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:hc="clr-namespace:HandyControl.Controls">
  3. <Style TargetType="hc:BlendEffectBox">
  4. <Setter Property="Template">
  5. <Setter.Value>
  6. <ControlTemplate TargetType="hc:BlendEffectBox">
  7. <ContentPresenter ContentSource="ActualContent"/>
  8. </ControlTemplate>
  9. </Setter.Value>
  10. </Setter>
  11. </Style>
  12. </ResourceDictionary>