Skip to content

Instantly share code, notes, and snippets.

@atzimler
Created April 9, 2017 06:21
Show Gist options
  • Save atzimler/d454bf579fd77700f1de8208153477fb to your computer and use it in GitHub Desktop.
Save atzimler/d454bf579fd77700f1de8208153477fb to your computer and use it in GitHub Desktop.
<purpleButtonLib:PurpleButton x:Class="WpfApplication.AquaPurpleButton"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="25" d:DesignWidth="100"
Background="Aqua" BorderBrush="DarkCyan">
</purpleButtonLib:PurpleButton>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment