WPF TreeView Control IntroductionThe TreeView is the best control for displaying hierarchical data with nodes because it has nodes that the […] April 13, 2020 in WPF tagged hierarchical / node / nodes / view / control / introduction / tree / treeview / WPF TreeView by Mike
WPF User ControlsDo you want to create your own WPF control? Why would you do that? One reason might be […] April 12, 2020 in WPF tagged usercontrol / WPF / user / control by Mike
WPF Brushes and TextMicrosoft says: “You can also use brushes to apply rendering characteristics to text elements. For example, the Foreground […] April 12, 2020 in WPF tagged color / text / brush / gradient / brushes / multi-colored / WPF Brushes by Mike
WPF Image BrushesMicrosoft says: “An ImageBrush paints an area with an image, with the image to paint coming from an […] April 12, 2020 in WPF tagged file / image / brush / paint / ImageSource / WPF Brushes by Mike
WPF Setting Custom Colors as XAML Static ResourcesAre you working on a project that uses custom colors, perhaps corporate colors? Have you been given the […] April 12, 2020 in WPF tagged set / xaml / static / colors / colours / setting / custom / resource / variable by Mike
WPF Solid Color BrushesMicrosoft in their website article Using brushes to paint backgrounds, foregrounds, and outlines says: “A SolidColorBrush paints an […] April 12, 2020 in WPF tagged brushes / colour / color / fill / C# / convertfromstring / convert / string / converter / background / xaml / brush / WPF Brushes by Mike
WPF Brushes IntroductionAs Microsoft says: “You use Brush objects to paint the interiors or outlines of XAML shapes, text, and […] April 12, 2020 in WPF tagged WPF / color / introduction / brushes / paint / WPF Brushes by Mike
WPF Linear Gradient BrushesMicrosoft says: “A LinearGradientBrush paints an area with a gradient that’s defined along a line. This line is […] April 12, 2020 in WPF tagged gradient / brushes / linear / color / C# / brush / WPF Brushes by Mike
WPF Border ControlThe Border control is a Decorator control that you can use to draw a border, a background, or […] April 12, 2020 in WPF tagged control / background / border / panel / decorator by Mike
WPF Slider ControlThe Slider control in WPF is very much like the ProgressBar. There is a little more to it […] April 12, 2020 in WPF tagged slider / control by Mike
WPF WebBrowser ControlThe WPF WebBrowser control was introduced in WPF 3.5 SP1 (August 2008). It supports rendering HTML from an […] April 11, 2020 in WPF tagged web / browser / webbrowser by Mike
WPF FrameThe Frame is a WPF built-in content control that does not have the notion of being clicked like […] April 11, 2020 in WPF tagged simple / frame / container by Mike