Click or drag to resize

WpfAnnotationCanvasRotationSnapInterval Property

Gets or sets the interval used for snapping interactive rotation to degrees. This is used to help users when rotating an annotation, making it easier to stop at whole degrees. The snap area is determined by the RotationSnapThreshold property.

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 RotationSnapInterval { get; set; }

Property Value

Type: Double
The degree interval used for interactive rotation snapping.
Remarks
This value must be from 0 to 180 and evenly divisible into 360. When setting this property the value will automatically be converted into a valid value.
See Also