ImageGear .NET - Updated August 31, 2018
FillColor Property (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : FillColor Property
Gets or sets the fill color of the mark.
Syntax
'Declaration
 
Public Property FillColor As IImGearRGBQuad
 
'Usage
 
Dim instance As ImGearARTPolygon
Dim value As IImGearRGBQuad
 
instance.FillColor = value
 
value = instance.FillColor

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members
ImGearRGBQuad Structure