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




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

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
See Also

Reference

ImGearARTTextStamp Class
ImGearARTTextStamp Members
ImGearRGBQuad Structure