Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The

Msdn
System.Drawing.Color

...

System.Drawing.Color
1Color
enumeration contains the colors that can be used to display negative numbers in a NumberFormat.

Signature
C#
C#
 public sealed class Color : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class Color
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Black}Black|Negative values will be black.|
|{anchor:Blue}Blue|Negative values will be blue.|
|{anchor:Cyan}Cyan|Negative values will be cyan.|
|{anchor:Green}Green|Negative values will be green.|
|{anchor:Magenta}Magenta|Negative values will be magenta.|
|{anchor:None}None|Negative values will be the same color as positive values.|
|{anchor:Red}Red|Negative values will be red.|
|{anchor:White}White|Negative values will be white.|
|{anchor:Yellow}Yellow|Negative values will be yellow.|
Values

Name

Description

Anchor
Black
Black
Black

Negative values will be black.

Anchor
Blue
Blue
Blue

Negative values will be blue.

Anchor
Cyan
Cyan
Cyan

Negative values will be cyan.

Anchor
Green
Green
Green

Negative values will be green.

Anchor
Magenta
Magenta
Magenta

Negative values will be magenta.

Anchor
None
None
None

Negative values will be the same color as positive values.

Anchor
Red
Red
Red

Negative values will be red.

Anchor
White
White
White

Negative values will be white.

Anchor
Yellow
Yellow
Yellow

Negative values will be yellow.