ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPopupText Class / ActualText Property




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

    Property Value

    String value.
    Remarks
    If TextType value is ImGearARTTextType.FILE_NAME the ActualText property holds a string with the file content. If TextType value is ImGearARTTextType.DIRECT_TEXT the ActualText property holds a string containing the same value as Text property.
    See Also