Click or drag to resize

PointBaseAnnotationFreehandStyle Property

Gets or sets a value indicating whether this annotation should create in the same style as a FreehandAnnotation.
Gets or sets a value indicating whether this annotation should create in the same style as a FreehandAnnotation.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected bool FreehandStyle { get; set; }

Property Value

Type: Boolean
A value indicating if the points are added by multiple clicks or by dragging the mouse.

Property Value

Type: Boolean
A value indicating if the points are added by multiple clicks or by dragging the mouse.
Remarks

Setting this property to true will allow the user to create the annotation by dragging the mouse. Points are added as the mouse moves.

To create an annotation where the user must make multiple mouse clicks, one per point, this property should be set to false.

Remarks

Setting this property to true will allow the user to create the annotation by dragging the mouse. Points are added as the mouse moves.

To create an annotation where the user must make multiple mouse clicks, one per point, this property should be set to false.

See Also