ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTRectangle Class / FillColor Property




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

    Property Value

    ImageGear.Core.ImGearRGBQuad structure object interface.
    See Also