ImageGear .NET v24.12 - Updated
TextFromFile Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : TextFromFile Property
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

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members