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


In This Topic
    RotationDeviation Property
    In This Topic
    Controls the deviation, under which the snapping of the rotation angles occurs. Measured in degrees.
    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
    [System.ComponentModel.Category("Rotation snapping")]
    [System.ComponentModel.Description("Controls the deviation, under which the snapping of the rotation angles occurs. Measured in degrees.")]
    [System.ComponentModel.DefaultValue(5)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float RotationDeviation {get; set;}
    Remarks
    By default set to 5
    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