Skip to content

Instantly share code, notes, and snippets.

@atzimler
Created April 9, 2017 06:17
Show Gist options
  • Save atzimler/be2faad51f614499da0516961303501a to your computer and use it in GitHub Desktop.
Save atzimler/be2faad51f614499da0516961303501a to your computer and use it in GitHub Desktop.
using System.Windows.Media;
namespace PurpleButtonLib
{
public class AquaPurpleButton : PurpleButton
{
public AquaPurpleButton()
{
Background = Brushes.Aqua;
BorderBrush = Brushes.DarkCyan;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment