ImageGear .NET v24.12 - Updated
Button Property (ImGearARTMarkTemplates)




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

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members