Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Brush « Windows Presentation Foundation « C# / C Sharp
C# / C Sharp
Windows Presentation Foundation
Brush
1.
Set color for SolidColorBrush
2.
Paint with system brushes and colors.
3.
Uses a predefined SolidColorBrush, defined by the System.Windows.Media.Brushes class
4.
Gradient brushes within a DrawingBrush. Two overlapping gradients are layered
5.
OpacityMask, LinearGradientBrush, RenderTransform
6.
Brush resource
7.
Use a VisualBrush to magnify a portion of the screen.
8.
Predefined brush in Brushes Class
9.
Solid Color Brush In Code with predefined brush
10.
Solid Color Brush In Code with SolidColorBrush
11.
Solid Color Brush In Code with SolidColorBrush and RGB color