Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GradientColorType Enumeration


In This Topic
    GradientColorType Enumeration
    In This Topic
    Specifies the type of gradient used in a shape's fill.
    Syntax
    'Declaration
     
    
    Public Enum GradientColorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GradientColorType
    public enum GradientColorType : System.Enum 
    Members
    MemberDescription
    MultiColorsMulti-color gradient
    OneColorOne-color gradient
    PresetColorsGradient colors set according to a built-in gradient of the set defined by the PresetGradientType constant.
    TwoColorsTwo-color gradient
    Unspecified 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.GradientColorType

    See Also