TwoColorsParams Class

Krypton OutlookGrid

TwoColorsParams Class
Krypton OutlookGrid v1.6.0
Two scale color class parameters
Inheritance Hierarchy
SystemObject  JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.FormattingTwoColorsParams

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 TwoColorsParams : IFormatParams, 
	ICloneable
Public Class TwoColorsParams
	Implements IFormatParams, ICloneable

The TwoColorsParams type exposes the following members.

Constructors
  NameDescription
Public methodTwoColorsParams
Initializes a new instance of the TwoColorsParams 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 methodPersist
Persists the parameters.
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldMaximumColor
Maximum color
Public fieldMinimumColor
Minimum color
Public fieldValueColor
Color associated to the value between min and max color
Top
See Also