'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;}