'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;}