Nevron.Diagram.Templates Namespace / NRandomGraphTemplate Class / MinVerticesSize Property


In This Topic
    MinVerticesSize Property
    In This Topic
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also