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




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

    Property Value

    ImGearARTTextStamp value.
    See Also