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


In This Topic
    GradientColorType Property
    In This Topic
    Gets the gradient color type for the specified fill.
    Syntax
    'Declaration
     
    
    ReadOnly Property GradientColorType As GradientColorType
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As GradientColorType
     
    value = instance.GradientColorType
    GradientColorType GradientColorType {get;}

    Property Value

    The gradient color type for the specified fill.
    See Also