The red component of the light's RGB color value.
Syntax
'Declaration
Public Property Red As Byte
'Usage
Dim instance As CADLight
Dim value As Byte
instance.Red = value
value = instance.Red
public byte Red {get; set;}
public: __property byte get_Red();
public: __property void set_Red(
byte value
);
public:
property byte Red {
byte get();
void set ( byte value);
}
See Also