ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLight Class / Blue Property




In This Topic
    Blue Property (CADLight)
    In This Topic
    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