Spread Windows Forms 12.0 Product Documentation
RectangleLeft Property


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

Property Value

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

Reference

IGradient Interface
IGradient Members