ImageGear .NET - Updated May 1, 2018
FillColor Property (IImGearARTText)




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTText Interface
IImGearARTText Members
ImGearRGBQuad Structure