'Declaration
<System.ComponentModel.CategoryAttribute("Layout")> <System.ComponentModel.DescriptionAttribute("The minimal size of a vertex in the graph.")> Public Property MinVerticesSize As NSizeF
'Usage
Dim instance As NRandomGraphTemplate Dim value As NSizeF instance.MinVerticesSize = value value = instance.MinVerticesSize
[System.ComponentModel.Category("Layout")] [System.ComponentModel.Description("The minimal size of a vertex in the graph.")] public NSizeF MinVerticesSize {get; set;}