Nevron .NET Vision
Nevron.Diagram Namespace / NSnapTargets Class / None Property


In This Topic
    None Property
    In This Topic
    Setting this property to true will set all snap targets to false. If the value of this property is true then all snap targets are set to false.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Snap Targets")>
    <System.ComponentModel.DescriptionAttribute("Setting this property to true will set all snap targets to false. If the value of this property is true then all snap targets are set to false.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property None As System.Boolean
    'Usage
     
    
    Dim instance As NSnapTargets
    Dim value As System.Boolean
     
    instance.None = value
     
    value = instance.None
    [System.ComponentModel.Category("Snap Targets")]
    [System.ComponentModel.Description("Setting this property to true will set all snap targets to false. If the value of this property is true then all snap targets are set to false.")]
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlIgnore()]
    public System.bool None {get; set;}
    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