WpfAnnotationCanvasRotationSnapThreshold Property |
Gets or sets the amount of deviation from the RotationSnapInterval that will be used to snap to the rotation interval.
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 RotationSnapThreshold { get; set; }
Public Property RotationSnapThreshold As Double
Get
Set
Property Value
Type:
DoubleThe amount of deviation from the RotationSnapInterval.
Remarks This value must be from 0 to half the RotationSnapInterval. If the property is set to an invalid value it will be automatically corrected.
See Also