ImageGear .NET - Updated March 30, 2018
TextColor Property (IImGearARTPopupText)




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

IImGearARTPopupText Interface
IImGearARTPopupText Members
ImGearRGBQuad Structure