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




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

Property Value

ImGearARTPolyline value.
See Also

Reference

ImGearARTMarkTemplates Class
ImGearARTMarkTemplates Members