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
Wiki Markup
{description}
{excerpt}The {msdn:System.Drawing.Color|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: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.|