'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Gets or sets the array of custom major ticks.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomMajorTicks As NTimeSpanList
'Usage
Dim instance As NTimeSpanScaleConfigurator Dim value As NTimeSpanList instance.CustomMajorTicks = value value = instance.CustomMajorTicks
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Gets or sets the array of custom major ticks.")] [System.Xml.Serialization.XmlIgnore()] public NTimeSpanList CustomMajorTicks {get; set;}