Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

Wiki Markup
{description}
{excerpt}The {msdn:System.Drawing.Color

...

Signature
C#C#
|Color} enumeration contains the colors that can be used to display negative numbers in a [NumberFormat|NumberFormat].{excerpt}
{signature:C#}
 public sealed class Color : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class Color
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Negative values will be black.

...

Negative values will be blue.

...

Negative values will be cyan.

...

Negative values will be green.

...

Negative values will be magenta.

...

Negative values will be the same color as positive values.

...

Negative values will be red.

...

Negative values will be white.

...

{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.|