Encapsulates the Fill object with a linear gradient.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public class LinearGradientFill : Fill
Visual Basic (Declaration)
Public Class LinearGradientFill _
	Inherits Fill
Visual C++
public ref class LinearGradientFill : public Fill

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Framework..::.Atom
    PerpetuumSoft.Framework.Drawing..::.Fill
      PerpetuumSoft.Framework.Drawing..::.LinearGradientFill

See Also