GoXam for WPF v3
SnapAngleMultiple Property
Northwoods.GoXam.Tool Namespace > RotatingTool Class : SnapAngleMultiple Property
Gets or sets the preferred angles for the selected element.
Syntax
public double SnapAngleMultiple {get; set;}

Property Value

The default value is 45 degrees, meaning that angles that are multiples of 45 degrees are automatically preferred, if the actual angle is close to that multiple. The closeness is determined by the SnapAngleEpsilon property. A value of zero for SnapAngleMultiple results in no snapping at all.
See Also

Reference

RotatingTool Class
RotatingTool Members