Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientFillEffect Structure / Right Property


In This Topic
    Right Property (GradientFillEffect)
    In This Topic
    Gets the position of the right edge of the inner rectangle (color 1) in percentage.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Right As Double
    'Usage
     
    
    Dim instance As GradientFillEffect
    Dim value As Double
     
    value = instance.Right
    public double Right {get;}

    Property Value

    A double value represents the right edge of the inner rectangle.
    Remarks
    For right, 0 means the right 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