Version

ColorBlendEntry Class Members

The following tables list the members exposed by ColorBlendEntry.

Public Constructors
 NameDescription
Public ConstructorColorBlendEntry ConstructorInitializes a new instance of the Infragistics.Documents.Reports.Graphics.ColorBlend.Entry class.  
Public Properties
 NameDescription
Public PropertyColorGets or sets the color to use at the corresponding offset along the gradient line.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyPositionGets or sets the position along the gradient line.  
Public Methods
 NameDescription
Public MethodCloneCreates a copy of this entry.  
Public MethodEqualsOverloaded. Compares this entry to the specified one.  
Public MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase)
See Also