'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property MinDistance As NLength
'Usage
Dim instance As NStandardRangeSamplerProvider Dim value As NLength instance.MinDistance = value value = instance.MinDistance
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength MinDistance {get; set;}