Class ColorType
This enumeration contains possible color types.
Inheritance
System.Object
ColorType
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ColorType : Enum
Fields
Automatic
Automatic color.
Declaration
public const ColorType Automatic
Field Value
Type |
---|
ColorType |
Indexed
Indexed color.
Declaration
public const ColorType Indexed
Field Value
Type |
---|
ColorType |
None
Color not set
Declaration
public const ColorType None
Field Value
Type |
---|
ColorType |
RGB
RGB color.
Declaration
public const ColorType RGB
Field Value
Type |
---|
ColorType |
Theme
Theme color.
Declaration
public const ColorType Theme
Field Value
Type |
---|
ColorType |