WpfPointBaseAnnotationFreehandStyleCreation Property |
Gets or sets a value indicating whether the annotation will be created using freehand style.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected bool FreehandStyleCreation { get; set; }
Protected Property FreehandStyleCreation As Boolean
Get
Set
Property Value
Type:
BooleanIndicates whether the annotation will be created using freehand style.
Remarks If this property is true, the annotation is created using a click-and-drag method, where points are added as the mouse is moved. Setting this property to false indicates that the annotation is created using multiple clicks.
See Also