'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Specifies the default stylesheet name of the vertices")> Public Property VerticesStyleSheetName As System.String
'Usage
Dim instance As NGraphTemplate Dim value As System.String instance.VerticesStyleSheetName = value value = instance.VerticesStyleSheetName
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Specifies the default stylesheet name of the vertices")] public System.string VerticesStyleSheetName {get; set;}