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




In This Topic
    Note Property
    In This Topic
    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