ImageGear .NET v24.12 - Updated
Red Property (CADLight)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLight Class : Red Property
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

Reference

CADLight Class
CADLight Members