ImageGear .NET - Updated
HeadFillColor Property (IImGearARTLine)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTLine Interface : HeadFillColor Property
Gets or sets the fill color of the line's head.
Syntax
'Declaration
 
Property HeadFillColor As IImGearRGBQuad
'Usage
 
Dim instance As IImGearARTLine
Dim value As IImGearRGBQuad
 
instance.HeadFillColor = value
 
value = instance.HeadFillColor
IImGearRGBQuad HeadFillColor {get; set;}
__property IImGearRGBQuad* get_HeadFillColor();
__property void set_HeadFillColor( 
   IImGearRGBQuad* value
);
property IImGearRGBQuad^ HeadFillColor {
   IImGearRGBQuad^ get();
   void set (    IImGearRGBQuad^ value);
}

Property Value

ImageGear.Core.IImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members
IImGearRGBQuad Interface