ImageGear PDF v25.2 - Updated
TextColor Property (ImGearARTPinUpText)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTPinUpText Class : TextColor Property
Gets or sets the text color.
Syntax
'Declaration
 
Public Property TextColor As IImGearRGBQuad
'Usage
 
Dim instance As ImGearARTPinUpText
Dim value As IImGearRGBQuad
 
instance.TextColor = value
 
value = instance.TextColor
public IImGearRGBQuad TextColor {get; set;}
public: __property IImGearRGBQuad* get_TextColor();
public: __property void set_TextColor( 
   IImGearRGBQuad* value
);
public:
property IImGearRGBQuad^ TextColor {
   IImGearRGBQuad^ get();
   void set (    IImGearRGBQuad^ value);
}

Property Value

ImageGear.Core.ImGearRGBQuad structure object interface.
Remarks
The color of the mark's text.
See Also

Reference

ImGearARTPinUpText Class
ImGearARTPinUpText Members
ImGearRGBQuad Structure

Is this page helpful?
Yes No
Thanks for your feedback.