'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("The maximum density of ticks on the scale when major tick mode is auto and max tick count mode is MaxDensity.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property MinTickDistance As NLength
'Usage
Dim instance As NStandardScaleConfigurator Dim value As NLength instance.MinTickDistance = value value = instance.MinTickDistance
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("The maximum density of ticks on the scale when major tick mode is auto and max tick count mode is MaxDensity.")] [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] public NLength MinTickDistance {get; set;}