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




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLight Class : Blue Property
The blue component of the light's RGB color value.
Syntax
'Declaration
 
Public Property Blue As Byte
'Usage
 
Dim instance As CADLight
Dim value As Byte
 
instance.Blue = value
 
value = instance.Blue
public byte Blue {get; set;}
public: __property byte get_Blue();
public: __property void set_Blue( 
   byte value
);
public:
property byte Blue {
   byte get();
   void set (    byte value);
}
See Also

Reference

CADLight Class
CADLight Members