ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationTemplates Class / Freehand Property




In This Topic
    Freehand Property (ImGearAnnotationTemplates)
    In This Topic
    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