Spread Windows Forms 12.0 Product Documentation
RectangleRight Property


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

Property Value

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

Reference

IGradient Interface
IGradient Members