ImageGear .NET v24.12 - Updated
Arrow Property




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

Property Value

ImGearARTArrow value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members