'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies the minor ticks when AutoMinorTicks is set to false.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomMinorTicks As NDateTimeList
'Usage
Dim instance As NDateTimeScaleConfigurator Dim value As NDateTimeList instance.CustomMinorTicks = value value = instance.CustomMinorTicks
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies the minor ticks when AutoMinorTicks is set to false.")] [System.Xml.Serialization.XmlIgnore()] public NDateTimeList CustomMinorTicks {get; set;}