Class ExcelGradientColor
Represents gradient color type.
Inheritance
System.Object
ExcelGradientColor
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelGradientColor : Enum
Fields
MultiColor
Represents multicolor gradient style.
Declaration
public const ExcelGradientColor MultiColor
Field Value
Type |
---|
ExcelGradientColor |
OneColor
Represents one color gradient style.
Declaration
public const ExcelGradientColor OneColor
Field Value
Type |
---|
ExcelGradientColor |
Preset
Represents preset gradient style.
Declaration
public const ExcelGradientColor Preset
Field Value
Type |
---|
ExcelGradientColor |
TwoColor
Represents two color gradient style.
Declaration
public const ExcelGradientColor TwoColor
Field Value
Type |
---|
ExcelGradientColor |