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


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

    Property Value

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