'Declaration
<System.ComponentModel.CategoryAttribute("Tree")> <System.ComponentModel.DescriptionAttribute("Specifies the edge connector type")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property ConnectorType As ConnectorType
'Usage
Dim instance As NGenericTreeTemplate Dim value As ConnectorType instance.ConnectorType = value value = instance.ConnectorType
[System.ComponentModel.Category("Tree")] [System.ComponentModel.Description("Specifies the edge connector type")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ConnectorType ConnectorType {get; set;}