Nevron.Diagram.WinForm Namespace / NSnapManager Class / RotationDeviation Property


RotationDeviation Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Rotation snapping")>
<System.ComponentModel.DescriptionAttribute("Controls the deviation, under which the snapping of the rotation angles occurs. Measured in degrees.")>
<System.ComponentModel.DefaultValueAttribute(5)>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property RotationDeviation As System.Single
 
'Usage
 
Dim instance As NSnapManager
Dim value As System.Single
 
instance.RotationDeviation = value
 
value = instance.RotationDeviation
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also