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