'Declaration
<System.ComponentModel.CategoryAttribute("Layout")> <System.ComponentModel.DescriptionAttribute("The number of edges to generate.")> <System.ComponentModel.DefaultValueAttribute(15)> Public Property EdgeCount As System.Integer
'Usage
Dim instance As NRandomGraphTemplate Dim value As System.Integer instance.EdgeCount = value value = instance.EdgeCount
[System.ComponentModel.Category("Layout")] [System.ComponentModel.Description("The number of edges to generate.")] [System.ComponentModel.DefaultValue(15)] public System.int EdgeCount {get; set;}