WpfPointBaseAnnotationPointCreationDistanceThreshold Property |
Gets or sets the minimum distance between points when creating the annotation with a mouse.
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 public double PointCreationDistanceThreshold { get; set; }
Public Property PointCreationDistanceThreshold As Double
Get
Set
Property Value
Type:
DoubleThe minimum distance between points when creating the annotation.
Exceptions Remarks This value is used to reduce the number of points added when creating the annotation with a mouse. Setting this property to zero will cause a point to be added each time the annotation receives a MouseMove event.
See Also