Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCircularGraphLayout Class / RingRadius Property


In This Topic
    RingRadius Property
    In This Topic
    Gets/sets the ring radius for the layout
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the ring radius for the layout")>
    <System.ComponentModel.DefaultValueAttribute(100)>
    Public Property RingRadius As System.Single
    'Usage
     
    
    Dim instance As NCircularGraphLayout
    Dim value As System.Single
     
    instance.RingRadius = value
     
    value = instance.RingRadius
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the ring radius for the layout")]
    [System.ComponentModel.DefaultValue(100)]
    public System.float RingRadius {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