Files
Andy (Steve) De George be103da07e Replace various WPF include files with content (#1335)
* net-current-v30plus-md.md

* net-current-v40plus-md.md

* tla2sharptla-ui-md.md

* tla2sharptla-uiautomation-md.md

* tla2sharptla-winclient-md.md

* tla2sharptla-xaml-md.md

* tlasharptla-ui-md.md

* tlasharptla-uiautomation-md.md

* tlasharptla-winclient-md.md

* tlasharptla-xaml-md.md

* fix warnings
2022-03-16 12:14:11 -04:00

41 lines
1.3 KiB
Markdown

---
title: "Brushes"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "graphics [WPF], brushes"
- "painting [WPF]"
- "brushes [WPF]"
ms.assetid: 26710879-12ad-4c63-9bc6-a1834bb4243b
---
# Brushes
The following topics describe how to use Windows Presentation Foundation (WPF) brushes to "paint" content to the screen
## In This Section
[WPF Brushes Overview](wpf-brushes-overview.md)
[Brush Transformation Overview](brush-transformation-overview.md)
[Opacity Masks Overview](opacity-masks-overview.md)
[Painting with Solid Colors and Gradients Overview](painting-with-solid-colors-and-gradients-overview.md)
[Painting with Images, Drawings, and Visuals](painting-with-images-drawings-and-visuals.md)
[TileBrush Overview](tilebrush-overview.md)
[How-to Topics](brushes-how-to-topics.md)
## Reference
<xref:System.Windows.Media.Brush>
<xref:System.Windows.Media.SolidColorBrush>
<xref:System.Windows.Media.LinearGradientBrush>
<xref:System.Windows.Media.RadialGradientBrush>
<xref:System.Windows.Media.DrawingBrush>
<xref:System.Windows.Media.VisualBrush>
## Related Sections
[Graphics and Multimedia](index.md)
[WPF Graphics Rendering Overview](wpf-graphics-rendering-overview.md)