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 text / brush / gradient / brushes / multi-colored / color / 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 xaml / static / colors / colours / setting / custom / resource / variable / set 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 colour / color / fill / C# / convertfromstring / convert / string / converter / background / xaml / brush / brushes / 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 brushes / linear / color / C# / brush / gradient / 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
WPF ToolTipsThe Tooltip is one of the three content containers that don’t have the notion of being clicked. The […] April 11, 2020 in WPF tagged Tooltip / infotips / hints by Mike
WPF DataGrid Control ExampleLet’s use the example in the book WPF Illustrated to create a data grid. Create a new WPF […] April 11, 2020 in WPF tagged WPF / control / datagrid / example / WPF DataGrid Control by Mike