Classes

  ClassDescription
Public classAxialGradientBrush
A brush that paints a gradient fill that changes from one color to another along a straight line.
Public classBrush
When a path is drawn, enclosed areas are filled using a brush. Brush is an abstract base class for all brushes.
Public classGradientBrush
An abstract base class for AxialGradientBrush and RadialGradientBrush that holds common properties for these classes.
Public classRadialGradientBrush
A brush that paints a gradient fill that changes from one color to another between an inner and an outer circle.
Public classSolidBrush
Solid brush. Used to control how a path is filled.
Public classTilingBrush
A brush that paints a pattern cell that is repeated from right to left, from top to bottom.