ImageGear .NET - Updated
FillColor Property (IImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPolygon Interface : FillColor Property
Gets or sets the fill color of the mark.
Syntax
'Declaration
 
Property FillColor As IImGearRGBQuad
'Usage
 
Dim instance As IImGearARTPolygon
Dim value As IImGearRGBQuad
 
instance.FillColor = value
 
value = instance.FillColor
IImGearRGBQuad FillColor {get; set;}
__property IImGearRGBQuad* get_FillColor();
__property void set_FillColor( 
   IImGearRGBQuad* value
);
property IImGearRGBQuad^ FillColor {
   IImGearRGBQuad^ get();
   void set (    IImGearRGBQuad^ value);
}

Property Value

ImageGear.Core.IImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTPolygon Interface
IImGearARTPolygon Members
IImGearRGBQuad Interface