Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NLayeredGraphLayout Class / SelfLoopSpacingFactor Property


In This Topic
    SelfLoopSpacingFactor Property
    In This Topic
    Gets/sets the self loop spacing factor. It spaces the self loops as a ratio of the body height.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the self-loop spacing factor. It spaces the self-loops as a ratio of the body height.")>
    <System.ComponentModel.DefaultValueAttribute(0.25)>
    Public Property SelfLoopSpacingFactor As System.Single
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim value As System.Single
     
    instance.SelfLoopSpacingFactor = value
     
    value = instance.SelfLoopSpacingFactor
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the self-loop spacing factor. It spaces the self-loops as a ratio of the body height.")]
    [System.ComponentModel.DefaultValue(0.25)]
    public System.float SelfLoopSpacingFactor {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