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


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