ImageGear for .NET
HeadFillColor Property (IImGearARTLine)




Gets or sets the fill color of the line's head.
Syntax
'Declaration
 
Property HeadFillColor As IImGearRGBQuad
'Usage
 
Dim instance As IImGearARTLine
Dim value As IImGearRGBQuad
 
instance.HeadFillColor = value
 
value = instance.HeadFillColor
IImGearRGBQuad HeadFillColor {get; set;}
__property IImGearRGBQuad* get_HeadFillColor();
__property void set_HeadFillColor( 
   IImGearRGBQuad* value
);
property IImGearRGBQuad^ HeadFillColor {
   IImGearRGBQuad^ get();
   void set (    IImGearRGBQuad^ value);
}

Property Value

ImageGear.Core.IImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members
IImGearRGBQuad Interface

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback