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