'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.Xml.Serialization.XmlIgnoreAttribute()> Public Property MinTickDistance As NLength
'Usage
Dim instance As NTimelineScaleConfigurator 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.Xml.Serialization.XmlIgnore()] public NLength MinTickDistance {get; set;}