ThreeColorsParams Class

Krypton OutlookGrid

ThreeColorsParams Class
Krypton OutlookGrid v1.6.0
Three scale color class parameters
Inheritance Hierarchy
SystemObject  JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.FormattingThreeColorsParams

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.Formatting
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public class ThreeColorsParams : IFormatParams, 
	ICloneable
Public Class ThreeColorsParams
	Implements IFormatParams, ICloneable

The ThreeColorsParams type exposes the following members.

Constructors
  NameDescription
Public methodThreeColorsParams
Initializes a new instance of the ThreeColorsParams class.
Top
Methods
  NameDescription
Public methodClone
Crée un objet qui est une copie de l'instance actuelle.
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 (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldMaximumColor
The maximum color
Public fieldMediumColor
The medium color
Public fieldMinimumColor
The minimum color
Public fieldValueColor
The color associated to the value
Top
See Also