ImageGear .NET
HeadFillColor Property (ImGearARTPolyline)




Gets or sets the fill color of the line's head.
Syntax
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);
}
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback