Gets of sets the color of the scene text.

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

Remarks

The color can be different from the color of the layer.

Exceptions

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

See Also