Spread Windows Forms 12.0 Product Documentation
RectangleTop Property


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

Property Value

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

Reference

IGradient Interface
IGradient Members