Spread Windows Forms 12.0 Product Documentation
RectangleBottom Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IGradient Interface : RectangleBottom Property
Gets or sets the bottom point or vector that the gradient fill converges to.
Syntax
'Declaration
 
Property RectangleBottom As Double
'Usage
 
Dim instance As IGradient
Dim value As Double
 
instance.RectangleBottom = value
 
value = instance.RectangleBottom
double RectangleBottom {get; set;}

Property Value

A System.Double value in range 0..1 that represents the bottom point or vector.
See Also

Reference

IGradient Interface
IGradient Members