Class ColorIndex
Color index of tasks
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ColorIndex : Enum
Fields
BlueAlt1
10: Blue alternative 1
Declaration
public const ColorIndex BlueAlt1
Field Value
Type | Description |
---|---|
ColorIndex |
BlueAlt2
11: Blue alternative 2
Declaration
public const ColorIndex BlueAlt2
Field Value
Type | Description |
---|---|
ColorIndex |
BlueAlt3
12: Blue alternative 3
Declaration
public const ColorIndex BlueAlt3
Field Value
Type | Description |
---|---|
ColorIndex |
DarkBlue
1: Dark blue
Declaration
public const ColorIndex DarkBlue
Field Value
Type | Description |
---|---|
ColorIndex |
DarkGray
3: Dark gray
Declaration
public const ColorIndex DarkGray
Field Value
Type | Description |
---|---|
ColorIndex |
DarkGreen
5: Dark Green
Declaration
public const ColorIndex DarkGreen
Field Value
Type | Description |
---|---|
ColorIndex |
DarkRed
9: Dark Red
Declaration
public const ColorIndex DarkRed
Field Value
Type | Description |
---|---|
ColorIndex |
DarkYellow
7: Dark Yellow
Declaration
public const ColorIndex DarkYellow
Field Value
Type | Description |
---|---|
ColorIndex |
GrayAlt1
13: Gray alternative 1
Declaration
public const ColorIndex GrayAlt1
Field Value
Type | Description |
---|---|
ColorIndex |
GrayAlt2
14: Gray alternative 2
Declaration
public const ColorIndex GrayAlt2
Field Value
Type | Description |
---|---|
ColorIndex |
GrayAlt3
15: Gray alternative 3
Declaration
public const ColorIndex GrayAlt3
Field Value
Type | Description |
---|---|
ColorIndex |
GreenAlt1
16: Green alternative 1
Declaration
public const ColorIndex GreenAlt1
Field Value
Type | Description |
---|---|
ColorIndex |
GreenAlt2
17: Green alternative 2
Declaration
public const ColorIndex GreenAlt2
Field Value
Type | Description |
---|---|
ColorIndex |
GreenAlt3
18: Green alternative 3
Declaration
public const ColorIndex GreenAlt3
Field Value
Type | Description |
---|---|
ColorIndex |
LightBlue
0: Light blue
Declaration
public const ColorIndex LightBlue
Field Value
Type | Description |
---|---|
ColorIndex |
LightGray
2: Light gray
Declaration
public const ColorIndex LightGray
Field Value
Type | Description |
---|---|
ColorIndex |
LightGreen
4: Light green
Declaration
public const ColorIndex LightGreen
Field Value
Type | Description |
---|---|
ColorIndex |
LightRed
8: Light Red
Declaration
public const ColorIndex LightRed
Field Value
Type | Description |
---|---|
ColorIndex |
LightYellow
6: Light Yellow
Declaration
public const ColorIndex LightYellow
Field Value
Type | Description |
---|---|
ColorIndex |
RedAlt1
22: Red alternative 1
Declaration
public const ColorIndex RedAlt1
Field Value
Type | Description |
---|---|
ColorIndex |
RedAlt2
23: Red alternative 2
Declaration
public const ColorIndex RedAlt2
Field Value
Type | Description |
---|---|
ColorIndex |
RedAlt3
24: Red alternative 3
Declaration
public const ColorIndex RedAlt3
Field Value
Type | Description |
---|---|
ColorIndex |
value__
Color index of tasks
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
YellowAlt1
19: Yellow alternative 1
Declaration
public const ColorIndex YellowAlt1
Field Value
Type | Description |
---|---|
ColorIndex |
YellowAlt2
20: Yellow alternative 2
Declaration
public const ColorIndex YellowAlt2
Field Value
Type | Description |
---|---|
ColorIndex |
YellowAlt3
21: Yellow alternative 3
Declaration
public const ColorIndex YellowAlt3
Field Value
Type | Description |
---|---|
ColorIndex |
Extension Methods
EnumUtil.MapEnums<From, To>(From)