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