'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the shape of the vertices constructed by this template")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property VerticesShape As BasicShapes
'Usage
Dim instance As NGraphTemplate Dim value As BasicShapes instance.VerticesShape = value value = instance.VerticesShape
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the shape of the vertices constructed by this template")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public BasicShapes VerticesShape {get; set;}