Nevron .NET Vision
Nevron.Diagram Namespace / NDynamicPort Class / GlueMode Property


In This Topic
    GlueMode Property
    In This Topic
    Gets/sets the mode in which the dynamic port glues the plugs connected to it
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the mode in which the dynamic port glues the plugs connected to it")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property GlueMode As DynamicPortGlueMode
    'Usage
     
    
    Dim instance As NDynamicPort
    Dim value As DynamicPortGlueMode
     
    instance.GlueMode = value
     
    value = instance.GlueMode
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the mode in which the dynamic port glues the plugs connected to it")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public DynamicPortGlueMode GlueMode {get; set;}
    Remarks
    By default set to GlueToContour
    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