'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.")> Public Property MinTickDistance As NLength
'Usage
Dim instance As NTimelineScaleRow 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.")] public NLength MinTickDistance {get; set;}