Classes
| Class | Description | |
|---|---|---|
| AxialGradientBrush |
A brush that paints a gradient fill that changes from one color to another along a straight line.
| |
| Brush |
When a path is drawn, enclosed areas are filled using a brush.
Brush is an abstract base class for all brushes.
| |
| ColorStop |
The ColorStop class lets you define multiple color stops for a gradient brush.
| |
| ColorStopCollection |
The ColorStopCollection class lets you define multiple color stops for a gradient brush.
| |
| GradientBrush |
An abstract base class for AxialGradientBrush and RadialGradientBrush that holds
common properties for these classes.
| |
| RadialGradientBrush |
A brush that paints a gradient fill that changes from one color to another between an inner and an outer circle.
| |
| SolidBrush |
Solid brush. Used to control how a path is filled.
| |
| TilingBrush |
A brush that paints a pattern cell that is repeated from right to left, from top to bottom.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| WrapMode |
Specifies how the gradient behaves outside its start and end point. The SVG term for this is 'spread method'.
|