ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTEllipse Interface / FillColor Property




In This Topic
    FillColor Property (IImGearARTEllipse)
    In This Topic
    Gets or sets the fill color of the mark.
    Syntax
    'Declaration
     
    Property FillColor As IImGearRGBQuad
    'Usage
     
    Dim instance As IImGearARTEllipse
    Dim value As IImGearRGBQuad
     
    instance.FillColor = value
     
    value = instance.FillColor
    IImGearRGBQuad FillColor {get; set;}
    __property IImGearRGBQuad* get_FillColor();
    __property void set_FillColor( 
       IImGearRGBQuad* value
    );
    property IImGearRGBQuad^ FillColor {
       IImGearRGBQuad^ get();
       void set (    IImGearRGBQuad^ value);
    }

    Property Value

    ImageGear.Core.ImGearRGBQuad structure object.
    See Also