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
SolidColorBrush « Windows Presentation Foundation « C# / C Sharp
C# / C Sharp
Windows Presentation Foundation
SolidColorBrush
1.
The Color property of this rectangle's SolidColorBrush is animated.
2.
The Color property of the SolidColorBrush used to fill this rectangle is animated
3.
The Opacity property of this rectangle's SolidColorBrush is animated
4.
SolidColorBrush Opacity property from 1 to 0
5.
SolidColorBrush objects: Brushes.Red, Brushes.MediumBlue,Brushes.Purple, and Brushes.Gold
6.
SolidColorBrush described using 3-digit hexadecimal notation: amount of red, green, and blue in the color.
7.
SolidColorBrush described using 6-digit hexadecimal notation.
8.
SolidColorBrush described using 8-digit hexadecimal notation.
9.
SolidColorBrush's Color property is specified using one of the predefined colors defined by the System.Windows.Media.Colors class
10.
SolidColorBrush's color is specified using 3-digit hexadecimal notation.
11.
SolidColorBrush's color is specified using 6-digit hexadecimal notation.
12.
SolidColorBrush's color is specified using 8-digit hexadecimal notation.