Spread Windows Forms 12.0 Product Documentation
Bottom Property (GradientFillEffect)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > GradientFillEffect Structure : Bottom Property
Gets the position of the bottom edge of the inner rectangle (color 1) in percentage.
Syntax
'Declaration
 
Public ReadOnly Property Bottom As Double
'Usage
 
Dim instance As GradientFillEffect
Dim value As Double
 
value = instance.Bottom
public double Bottom {get;}

Property Value

A double value represents the bottom edge of the inner rectangle.
Remarks
For bottom, 0 means the bottom edge of the inner rectangle is on the top edge of the cell, and 1 means it is on the bottom edge of the cell.
See Also

Reference

GradientFillEffect Structure
GradientFillEffect Members