ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearBackground Interface / Color Property




In This Topic
    Color Property (IImGearBackground)
    In This Topic
    Gets a background color of displayed image. Area on screen not covered by image is filled with this color.
    Syntax
    'Declaration
     
    ReadOnly Property Color As IImGearRGBQuad
    'Usage
     
    Dim instance As IImGearBackground
    Dim value As IImGearRGBQuad
     
    value = instance.Color
    IImGearRGBQuad Color {get;}
    __property IImGearRGBQuad* get_Color();
    property IImGearRGBQuad^ Color {
       IImGearRGBQuad^ get();
    }

    Property Value

    ImageGear.Core.ImGearRGBQuad structure object interface.
    See Also