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




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

    Property Value

    ImGearARTButton value.
    See Also