Spread Windows Forms 12.0 Product Documentation
Left Property (GradientFillEffect)


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

Property Value

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

Reference

GradientFillEffect Structure
GradientFillEffect Members