A brush that paints a gradient fill that changes from one color to another along a straight line.

Namespace: TallComponents.PDF.Brushes
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class AxialGradientBrush : GradientBrush
Visual Basic
Public Class AxialGradientBrush _
	Inherits GradientBrush

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Brushes..::..Brush
    TallComponents.PDF.Brushes..::..GradientBrush
      TallComponents.PDF.Brushes..::..AxialGradientBrush

See Also