Format:
Recent snippets matching tags of Background
<Border BorderBrush="Black" BorderThickness="1.5" CornerRadius="12"> <Border.Background> <ImageBrush> <ImageBrush.ImageSource> <BitmapImage UriSource="c:\temp\happy.jpg" /> </ImageBrush.ImageSource> </ImageBrush> </Border.Background> </Border>
266 Views
no comments
//używając metod anonimowych var worker1 = new System.ComponentModel.BackgroundWorker(); worker1.DoWork += (sender,e) => Thread.Sleep(10000); worker1.RunWorkerCompleted += (sender,e) => MessageBox.Show("Worker1 Finished!"); worker1.RunWorkerAsync();
151 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
