Gets of sets the color of the scene text.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The color value is not between 1 and 255. |