background preloader

ImportedBookmarks

Facebook Twitter

Multitouch

PartyPlanning. SocialNetorkWikipedia. Test your web design in different browsers - Browsershots. HP’s giant Multi-touch wall on Pixelsumo. Joe Stegman's WebBlog : Jelly Source Code. Control.MouseDoubleClick Event (System.Windows.Controls) Occurs when a mouse button is clicked two or more times. public event MouseButtonEventHandler MouseDoubleClick The following example shows how to attach an event handler to the MouseDoubleClick event.

<Button Name="btn" Background="Red" MouseDoubleClick="ChangeBackground"> Background </Button> The following example shows the event handler of the MouseDoubleClick event. void ChangeBackground(object sender, RoutedEventArgs e) { if (btn.Background == Brushes.Red) { btn.Background = new LinearGradientBrush(Colors.LightBlue, Colors.SlateBlue, 90); btn.Content = "Control background changes from red to a blue gradient.

"; } else { btn.Background = Brushes.Red; btn.Content = "Background"; } } .NET Framework Supported in: 4.5.1, 4.5, 4, 3.5, 3.0 .NET Framework Client Profile Supported in: 4, 3.5 SP1. Channel9 Wiki: LearningWPF. IRhetoric - Karsten Januszewski : THREE NEW EXPRESSION BLEND HAN. Canadian User Experience : WPF/Silverlight and Expression Resour. Sharing of thoughts and information is what blogging is all about. This way we can learn from each other. Post A Comment! These postings are provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use. Resident Bloggers Paul LabergeWeb Platform AdvisorMicrosoft Canada.