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




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotationTemplates 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 ImGearAnnotationTemplates
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

ImGearAnnotationTemplates Class
ImGearAnnotationTemplates Members