'Declaration
<System.ComponentModel.CategoryAttribute("Snap Targets")> <System.ComponentModel.DescriptionAttribute("Setting this property to true will set all snap targets to true. If the value of this property is true then all snap targets are set to true.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property All As System.Boolean
'Usage
Dim instance As NSnapTargets Dim value As System.Boolean instance.All = value value = instance.All
[System.ComponentModel.Category("Snap Targets")] [System.ComponentModel.Description("Setting this property to true will set all snap targets to true. If the value of this property is true then all snap targets are set to true.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlIgnore()] public System.bool All {get; set;}