ImageGear .NET - Updated March 30, 2018
HeadFillColor Property (ImGearARTPolyline)




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearRGBQuad Structure