ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTTextCallout Class / TextColor Property




In This Topic
    TextColor Property (ImGearARTTextCallout)
    In This Topic
    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
    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.
    See Also