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