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




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