'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the radius of the pie.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Radius As NLength
'Usage
Dim instance As NPieChart Dim value As NLength instance.Radius = value value = instance.Radius
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the radius of the pie.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength Radius {get; set;}