Skip to content

Instantly share code, notes, and snippets.

@cmatskas
Created June 15, 2015 21:47
Show Gist options
  • Save cmatskas/6ff5b0ecd1084ec92efc to your computer and use it in GitHub Desktop.
Save cmatskas/6ff5b0ecd1084ec92efc to your computer and use it in GitHub Desktop.
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:pd="using:TestApp.Converters"
mc:Ignorable="d">
<!-- Other styles omitted for clarity -->
<pd:BackgroundValueConverter x:Key="BackgroundValueConverter"></pd:BackgroundValueConverter>
</ResourceDictionary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment