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