Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGradient Interface / RectangleLeft Property


In This Topic
    RectangleLeft Property
    In This Topic
    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