Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / GradientVariant Property


In This Topic
    GradientVariant Property
    In This Topic
    Gets the shade variant for the specified fill as an integer value from 1 through 4. The values for this property correspond to the gradient variants (numbered from left to right and from top to bottom).
    Syntax
    'Declaration
     
    
    ReadOnly Property GradientVariant As Integer
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As Integer
     
    value = instance.GradientVariant
    int GradientVariant {get;}

    Property Value

    The shade variant for the specified fill.
    See Also