Gets or sets the color of the layer.
  • 1: red
  • 2: yellow
  • 3: green
  • 4: cyan
  • 5: blue
  • 6: magenta
  • 7: white

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public byte Color { get; set; }
Visual Basic (Declaration)
Public Property Color As Byte
Visual C++
public:
property unsigned char Color {
	unsigned char get ();
	void set (unsigned char value);
}

Field Value

The color of the layer.

Remarks

The color must be an integer value between 1 and 255.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionThe color value is not between 1 and 255.

See Also