The Gradient type exposes the following members.

Constructors

  NameDescription
Public methodGradient
Creates and initializes instance of Gradient object.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAngle
Gets and sets agngle of gradient (clockwize from 9 hours).
Public propertyColor1
Gets and sets first (from) color of gradient.
Public propertyColor2
Gets and sets second (to) color of gradient.
Public propertyDefaultPaint
Enables and disables default control paing (i.e. frame around of GroupBox).
Public propertyEnabled
Enables and disables gradient.
Public propertyRound
Gets and sets round values for the gradient area corners.
Public propertySmoothingMode
Gets or sets the rendering quality for gradient rounds.

See Also