ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTLine Class / HeadFillColor Property




In This Topic
    HeadFillColor Property (ImGearARTLine)
    In This Topic
    Gets or sets the fill color of the line's head.
    Syntax
    'Declaration
     
    Public Property HeadFillColor As IImGearRGBQuad
    'Usage
     
    Dim instance As ImGearARTLine
    Dim value As IImGearRGBQuad
     
    instance.HeadFillColor = value
     
    value = instance.HeadFillColor
    public IImGearRGBQuad HeadFillColor {get; set;}
    public: __property IImGearRGBQuad* get_HeadFillColor();
    public: __property void set_HeadFillColor( 
       IImGearRGBQuad* value
    );
    public:
    property IImGearRGBQuad^ HeadFillColor {
       IImGearRGBQuad^ get();
       void set (    IImGearRGBQuad^ value);
    }

    Property Value

    ImageGear.Core.ImGearRGBQuad structure object interface.
    See Also