ImageGear .NET - Updated March 30, 2018
FillColor Property (ImGearARTFilledPolygon)




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object.
See Also

Reference

ImGearARTFilledPolygon Class
ImGearARTFilledPolygon Members
ImGearRGBQuad Structure