Page tree

Versions Compared

Key

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

Excerpt

Primary System Colors

Signature
C#C#
Wiki Markup
{description}
{excerpt}Primary System Colors{excerpt}
{signature:C#}
 public sealed class SystemColor
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class SystemColor
Values

...

Name

...

Description

...

Default color for fills and backgrounds, depends on system color settings when opening the file, usually white

...

Default color for lines, depends on system color settings when opening the file, usually Black

...

{signature}
{values}
||Name||Description||
|{anchor:AutomaticFill}AutomaticFill|Default color for fills and backgrounds, depends on system color settings when opening the file, usually white|
|{anchor:AutomaticLine}AutomaticLine|Default color for lines, depends on system color settings when opening the file, usually Black|
|{anchor:Black}Black|Black.  RGB: 0,0,0; Hex:

...

Blue. RGB: 0, 0, 255; Hex: #0000FF

...

Cyan. RGB: 0, 255, 255; Hex: #00FFFF

...

Green. RGB: 0, 255, 0; Hex: #00FF000

...

Magenta. RGB: 255, 0, 255; Hex: #FF00FF

...

Red. RGB: 255, 0, 0; Hex: #FF0000

...

White. RGB: 255, 255, 255; Hex: #FFFFFF

...

 \#000000|
|{anchor:Blue}Blue|Blue. RGB: 0, 0, 255; Hex: \#0000FF|
|{anchor:Cyan}Cyan|Cyan.  RGB: 0, 255, 255; Hex: \#00FFFF|
|{anchor:Green}Green|Green.  RGB: 0, 255, 0; Hex: \#00FF000|
|{anchor:Magenta}Magenta|Magenta.  RGB: 255, 0, 255; Hex: \#FF00FF|
|{anchor:Red}Red|Red.  RGB: 255, 0, 0; Hex: \#FF0000|
|{anchor:White}White|White.  RGB: 255, 255, 255; Hex: \#FFFFFF|
|{anchor:Yellow}Yellow|Yellow.  RGB: 255, 255, 0; Hex: \#FFFF00|