ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTText Interface / TextColor Property




In This Topic
    TextColor Property (IImGearARTText)
    In This Topic
    Gets or sets the color of the mark text.
    Syntax
    'Declaration
     
    Property TextColor As IImGearRGBQuad
    'Usage
     
    Dim instance As IImGearARTText
    Dim value As IImGearRGBQuad
     
    instance.TextColor = value
     
    value = instance.TextColor
    IImGearRGBQuad TextColor {get; set;}
    __property IImGearRGBQuad* get_TextColor();
    __property void set_TextColor( 
       IImGearRGBQuad* value
    );
    property IImGearRGBQuad^ TextColor {
       IImGearRGBQuad^ get();
       void set (    IImGearRGBQuad^ value);
    }

    Property Value

    ImageGear.Core.ImGearRGBQuad structure object interface.
    See Also