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