'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); }