Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NBarycenterLayout Class / MinFixedVerticesCount Property


In This Topic
    MinFixedVerticesCount Property
    In This Topic
    Gets/sets the minimal count of fixed vertices. If the graph does not have that many fixed vertices they will be automaticall chosen. By default set to 3
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the minimal count of fixed vertices. If the graph does not have that many fixed vertices they will be automaticall chosen. By default set to 3")>
    Public Property MinFixedVerticesCount As System.Integer
    'Usage
     
    
    Dim instance As NBarycenterLayout
    Dim value As System.Integer
     
    instance.MinFixedVerticesCount = value
     
    value = instance.MinFixedVerticesCount
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the minimal count of fixed vertices. If the graph does not have that many fixed vertices they will be automaticall chosen. By default set to 3")]
    public System.int MinFixedVerticesCount {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