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




In This Topic
    ActualText Property (IImGearARTText)
    In This Topic
    Gets or sets the actual text you can see on display.
    Syntax
    'Declaration
     
    Property ActualText As String
    'Usage
     
    Dim instance As IImGearARTText
    Dim value As String
     
    instance.ActualText = value
     
    value = instance.ActualText
    string ActualText {get; set;}
    __property string* get_ActualText();
    __property void set_ActualText( 
       string* value
    );
    property String^ ActualText {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also