SpreadsheetGear 2017
GradientColorType Enumeration






SpreadsheetGear.Shapes Namespace : GradientColorType Enumeration
Specifies the type of a gradient fill.
Syntax
'Declaration
 
Public Enum GradientColorType 
   Inherits System.Enum
'Usage
 
Dim instance As GradientColorType
public enum GradientColorType : System.Enum 
public enum GradientColorType = class(System.Enum)
public enum GradientColorType extends System.Enum
__value public enum GradientColorType : public System.Enum 
public enum class GradientColorType : public System.Enum 
Members
MemberDescription
MixedSpecifies mixed or undefined gradient color types.
MultiColorSpecifies a multi-color gradient (three or more colors).
OneColorSpecifies a one-color gradient.
PresetColorsSpecifies a preset gradient.
TwoColorsSpecifies a two-color gradient.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Shapes.GradientColorType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Shapes Namespace
GradientColorType Property