mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 17:16:03 +02:00
* 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
41 lines
1.3 KiB
Markdown
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 [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] 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)
|