Skip to content

Instantly share code, notes, and snippets.

View Infarh's full-sized avatar

Pavel Infarh

  • Moscow
  • 10:38 (UTC +03:00)
View GitHub Profile
@MrAliev
MrAliev / Generic.xaml
Last active May 7, 2021 19:12
WPF Button сontrol with automatic start of the timer command via a trigger
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:WPFUserControls.Controls">
<!--#region Static Resources -->
<SolidColorBrush x:Key="Button.Static.Background" Color="#FFDDDDDD"/>
<SolidColorBrush x:Key="Button.Static.Border" Color="#FF707070"/>
<SolidColorBrush x:Key="Button.MouseOver.Background" Color="#FFBEE6FD"/>
<SolidColorBrush x:Key="Button.MouseOver.Border" Color="#FF3C7FB1"/>