ImageGear .NET - Updated
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
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

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members
ImGearRGBQuad Structure