ImageGear .NET - Updated May 1, 2018
TextColor Property (ImGearARTTextCallout)




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object.
See Also

Reference

ImGearARTTextCallout Class
ImGearARTTextCallout Members
ImGearRGBQuad Structure