'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 NAngleList
'Usage
Dim instance As NAngularScaleConfigurator Dim value As NAngleList 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 NAngleList CustomMinorTicks {get; set;}