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


In This Topic
    Guidelines Property (NSnapTargets)
    In This Topic
    Specifies whether coordinates should be snapped to guidelines
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Snap Targets")>
    <System.ComponentModel.DescriptionAttribute("Specifies whether coordinates should be snapped to guidelines")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Guidelines As System.Boolean
    'Usage
     
    
    Dim instance As NSnapTargets
    Dim value As System.Boolean
     
    instance.Guidelines = value
     
    value = instance.Guidelines
    [System.ComponentModel.Category("Snap Targets")]
    [System.ComponentModel.Description("Specifies whether coordinates should be snapped to guidelines")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool Guidelines {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