'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies the major ticks custom step when the mode is set to CustomStep.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomStep As NAngle
'Usage
Dim instance As NAngularScaleConfigurator Dim value As NAngle instance.CustomStep = value value = instance.CustomStep
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies the major ticks custom step when the mode is set to CustomStep.")] [System.Xml.Serialization.XmlIgnore()] public NAngle CustomStep {get; set;}