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 WPF / user / control / usercontrol 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 paint / ImageSource / file / image / brush / 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 resource / variable / set / xaml / static / colors / colours / setting / custom 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 brush / brushes / colour / color / fill / C# / convertfromstring / convert / string / converter / background / xaml / 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 brushes / paint / WPF / color / introduction / 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 C# / brush / gradient / brushes / linear / color / 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