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

Primary System Colors

Signature
C#
C#
 public sealed class SystemColor
Signature
vb.net
vb.net
Public NotInheritable Class SystemColor
Values

Name

Description

Anchor
AutomaticFill
AutomaticFill
AutomaticFill

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

Anchor
AutomaticLine
AutomaticLine
AutomaticLine

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

Anchor
Black
Black
Black

Black. RGB: 0,0,0; Hex: #000000

Anchor
Blue
Blue
Blue

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

Anchor
Cyan
Cyan
Cyan

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

Anchor
Green
Green
Green

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

Anchor
Magenta
Magenta
Magenta

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

Anchor
Red
Red
Red

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

Anchor
White
White
White

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

Anchor
Yellow
Yellow
Yellow

Yellow. RGB: 255, 255, 0; Hex: #FFFF00