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


In This Topic
    RectangleBottom Property
    In This Topic
    Gets or sets the bottom point or vector that the gradient fill converges to.
    Syntax
    'Declaration
     
    
    Property RectangleBottom As Double
    'Usage
     
    
    Dim instance As IGradient
    Dim value As Double
     
    instance.RectangleBottom = value
     
    value = instance.RectangleBottom
    double RectangleBottom {get; set;}

    Property Value

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