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


In This Topic
    SnapRotation Property
    In This Topic
    Specifies whether rotation angles must be snapped
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Rotation snapping")>
    <System.ComponentModel.DescriptionAttribute("Specifies whether rotation angles must be snapped")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property SnapRotation As System.Boolean
    'Usage
     
    
    Dim instance As NSnapManager
    Dim value As System.Boolean
     
    instance.SnapRotation = value
     
    value = instance.SnapRotation
    [System.ComponentModel.Category("Rotation snapping")]
    [System.ComponentModel.Description("Specifies whether rotation angles must be snapped")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool SnapRotation {get; set;}
    Remarks
    By default set to true
    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