ImageGear .NET
HeadFillColor Property (ImGearARTLine)




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

Reference

ImGearARTLine Class
ImGearARTLine Members
ImGearRGBQuad Structure

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback