Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/brushes-how-to-topics.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

51 lines
2.4 KiB
Markdown

---
title: "Brushes How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "graphics [WPF], brushes"
- "brushes [WPF]"
ms.assetid: 43e7f798-9558-4498-b5b6-4a4c6baf956b
---
# Brushes How-to Topics
The following topics demonstrate how to use [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] brushes in order to paint content to the screen.
## In This Section
[Animate the Color or Opacity of a SolidColorBrush](how-to-animate-the-color-or-opacity-of-a-solidcolorbrush.md)
[Animate the Position or Color of a Gradient Stop](how-to-animate-the-position-or-color-of-a-gradient-stop.md)
[Create a Reflection](how-to-create-a-reflection.md)
[Create Different Tile Patterns with a TileBrush](how-to-create-different-tile-patterns-with-a-tilebrush.md)
[Define a Pen](how-to-define-a-pen.md)
[Paint an Area with a Drawing](how-to-paint-an-area-with-a-drawing.md)
[Paint an Area with an Image](how-to-paint-an-area-with-an-image.md)
[Paint an Area with a Linear Gradient](how-to-paint-an-area-with-a-linear-gradient.md)
[Paint an Area with a Radial Gradient](how-to-paint-an-area-with-a-radial-gradient.md)
[Paint an Area with a Solid Color](how-to-paint-an-area-with-a-solid-color.md)
[Paint an Area with a System Brush](how-to-paint-an-area-with-a-system-brush.md)
[Paint an Area with a Video](how-to-paint-an-area-with-a-video.md)
[Paint an Area with a Visual](how-to-paint-an-area-with-a-visual.md)
[Preserve the Aspect Ratio of an Image Used as a Background](how-to-preserve-the-aspect-ratio-of-an-image-used-as-a-background.md)
[Set the Horizontal and Vertical Alignment of a TileBrush](how-to-set-the-horizontal-and-vertical-alignment-of-a-tilebrush.md)
[Set the Tile Size for a TileBrush](how-to-set-the-tile-size-for-a-tilebrush.md)
[Transform a Brush](how-to-transform-a-brush.md)
[Use System Colors in a Gradient](how-to-use-system-colors-in-a-gradient.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)