'Declaration
<System.ComponentModel.CategoryAttribute("Subdivisions")> <System.ComponentModel.DescriptionAttribute("Controls the mode in which the major ticks step is determined")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property MajorTicksStepMode As AutoStepMode
'Usage
Dim instance As NRuler Dim value As AutoStepMode instance.MajorTicksStepMode = value value = instance.MajorTicksStepMode
[System.ComponentModel.Category("Subdivisions")] [System.ComponentModel.Description("Controls the mode in which the major ticks step is determined")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public AutoStepMode MajorTicksStepMode {get; set;}