ImageGear .NET v24.12 - Updated
Note Property




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTMarkTemplates Class : Note Property
Gets or sets an Attach-a-note Text mark to be used as a template when creating Text marks using the mouse.
Syntax
'Declaration
 
Public Property Note As ImGearARTNote
'Usage
 
Dim instance As ImGearARTMarkTemplates
Dim value As ImGearARTNote
 
instance.Note = value
 
value = instance.Note
public ImGearARTNote Note {get; set;}
public: __property ImGearARTNote* get_Note();
public: __property void set_Note( 
   ImGearARTNote* value
);
public:
property ImGearARTNote^ Note {
   ImGearARTNote^ get();
   void set (    ImGearARTNote^ value);
}

Property Value

ImGearARTNote value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members