ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTLine Interface / Color Property




In This Topic
    Color Property (IImGearARTLine)
    In This Topic
    Gets or sets the line color.
    Syntax
    'Declaration
     
    Property Color As IImGearRGBQuad
    'Usage
     
    Dim instance As IImGearARTLine
    Dim value As IImGearRGBQuad
     
    instance.Color = value
     
    value = instance.Color
    IImGearRGBQuad Color {get; set;}
    __property IImGearRGBQuad* get_Color();
    __property void set_Color( 
       IImGearRGBQuad* value
    );
    property IImGearRGBQuad^ Color {
       IImGearRGBQuad^ get();
       void set (    IImGearRGBQuad^ value);
    }

    Property Value

    ImageGear.Core.ImGearRGBQuad structure object interface.
    See Also