Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateConnectorTool Class / ConnectorType Property


In This Topic
    ConnectorType Property (NCreateConnectorTool)
    In This Topic
    Specifies the type of connector, which must be created
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Specifies the type of connector, which must be created")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ConnectorType As ConnectorType
    'Usage
     
    
    Dim instance As NCreateConnectorTool
    Dim value As ConnectorType
     
    instance.ConnectorType = value
     
    value = instance.ConnectorType
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Specifies the type of connector, which must be created")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ConnectorType ConnectorType {get; set;}
    Remarks
    By default set to Line
    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