NonEntityTraitsColor Property
|
Property that represents the current color
index (ACI). Color must be one of the following: Name Value
Description kACIbyBlock 0 ByBlock. kACIforeground 7 Foreground
color. kACIbyLayer 256 ByLayer. kACIRed 1 Red. kACIYellow 2 Yellow.
kACIGreen 3 Green. kACICyan 4 Cyan. kACIBlue 5 Blue. kACIMagenta 6
Magenta. .. 8-255 Defined by AcadPalette.h
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public override sealed short Color { get; set; }
Public Overrides NotOverridable Property Color As Short
Get
Set
public:
virtual property short Color {
short get () override sealed;
void set (short value) override sealed;
}
abstract Color : int16 with get, set
override Color : int16 with get, set
Property Value
Int16
See Also