'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Specifies the default style applied to edges")> Public Property EdgesStyle As NStyle
'Usage
Dim instance As NGraphTemplate Dim value As NStyle instance.EdgesStyle = value value = instance.EdgesStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Specifies the default style applied to edges")] public NStyle EdgesStyle {get; set;}