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