Nevron .NET Vision
Nevron.Diagram Namespace / NRoutableConnector Class / RerouteAutomatically Property


In This Topic
    RerouteAutomatically Property (NRoutableConnector)
    In This Topic
    Specifies the mode in which this route is automatically rerouted. Only taken into account if the ShapeType property is set to Shape1D.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Layout")>
    <System.ComponentModel.DescriptionAttribute("Specifies the mode in which this route is automatically rerouted. Only taken into account if the ShapeType property is set to Shape1D.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property RerouteAutomatically As RerouteAutomatically
    'Usage
     
    
    Dim instance As NRoutableConnector
    Dim value As RerouteAutomatically
     
    instance.RerouteAutomatically = value
     
    value = instance.RerouteAutomatically
    [System.ComponentModel.Category("Layout")]
    [System.ComponentModel.Description("Specifies the mode in which this route is automatically rerouted. Only taken into account if the ShapeType property is set to Shape1D.")]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual RerouteAutomatically RerouteAutomatically {get; set;}
    Remarks
    By default set Never
    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