Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GradientBrush Class / GradientColorType Property


In This Topic
    GradientColorType Property (GradientBrush)
    In This Topic
    Returns specifies the type of gradient used in a shape's fill.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GradientColorType As GradientColorType
    'Usage
     
    
    Dim instance As GradientBrush
    Dim value As GradientColorType
     
    value = instance.GradientColorType
    public GradientColorType GradientColorType {get;}
    See Also