Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGradient Interface / RectangleRight Property


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

    Property Value

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