Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientFillEffect Structure / Left Property


In This Topic
    Left Property (GradientFillEffect)
    In This Topic
    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