Version

CellFillRectangularGradient Class Members

The following tables list the members exposed by CellFillRectangularGradient.

Public Constructors
 NameDescription
Public ConstructorCellFillRectangularGradient ConstructorCreates a new CellFillRectangularGradient instance.  
Public Properties
 NameDescription
Public PropertyBottomGets the bottom edge of the inner rectangle of the gradient, ranging from 0.0 (the top of the cell) to 1.0 (the bottom of the cell).  
Public PropertyLeftGets the left edge of the inner rectangle of the gradient, ranging from 0.0 (the left of the cell) to 1.0 (the right of the cell).  
Public PropertyRightGets the right edge of the inner rectangle of the gradient, ranging from 0.0 (the left of the cell) to 1.0 (the right of the cell).  
Public PropertyStopsGets the read-only collection of gradient stops which describe the color transitions and their positions within the gradient. (Inherited from Infragistics.Documents.Excel.CellFillGradient)
Public PropertyTopGets the top edge of the inner rectangle of the gradient, ranging from 0.0 (the top of the cell) to 1.0 (the bottom of the cell).  
Public Methods
 NameDescription
Public MethodEqualsDetermines whether the CellFillRectangularGradient is equal to the specified object.  
Public MethodGetHashCodeGets the hash code for the CellFillRectangularGradient.  
See Also