ImageGear .NET - Updated December 24, 2018
HeadFillColor Property (IImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPolyline Interface : HeadFillColor Property
Gets or sets the fill color of the line's head.
Syntax
'Declaration
 
Property HeadFillColor As IImGearRGBQuad
 
'Usage
 
Dim instance As IImGearARTPolyline
Dim value As IImGearRGBQuad
 
instance.HeadFillColor = value
 
value = instance.HeadFillColor

Property Value

ImageGear.Core.IImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTPolyline Interface
IImGearARTPolyline Members
IImGearRGBQuad Interface