Skip to content

Instantly share code, notes, and snippets.

@nickdarnell
Created March 28, 2015 15:48
Show Gist options
  • Save nickdarnell/9c587fd4adbad1291dc9 to your computer and use it in GitHub Desktop.
Save nickdarnell/9c587fd4adbad1291dc9 to your computer and use it in GitHub Desktop.
<Style TargetType="{x:Type local:Overlay}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ContentControl}">
<AdornerDecorator x:Name="PART_OverlayAdorner">
<ContentPresenter/>
</AdornerDecorator>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment