'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the vector length scale")> Public Property VectorLengthScale As NVectorLengthScale
'Usage
Dim instance As NVectorSeries Dim value As NVectorLengthScale instance.VectorLengthScale = value value = instance.VectorLengthScale
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the vector length scale")] public NVectorLengthScale VectorLengthScale {get; set;}