ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTMarkTemplates Class / TextFromFile Property




In This Topic
    TextFromFile Property
    In This Topic
    Gets or sets a TextFromFile mark to be used as a template when creating Text marks using the mouse.
    Syntax
    'Declaration
     
    Public Property TextFromFile As ImGearARTTextFromFile
    'Usage
     
    Dim instance As ImGearARTMarkTemplates
    Dim value As ImGearARTTextFromFile
     
    instance.TextFromFile = value
     
    value = instance.TextFromFile
    public ImGearARTTextFromFile TextFromFile {get; set;}
    public: __property ImGearARTTextFromFile* get_TextFromFile();
    public: __property void set_TextFromFile( 
       ImGearARTTextFromFile* value
    );
    public:
    property ImGearARTTextFromFile^ TextFromFile {
       ImGearARTTextFromFile^ get();
       void set (    ImGearARTTextFromFile^ value);
    }

    Property Value

    ImGearARTTextFromFile value.
    See Also