'Declaration
<System.ComponentModel.CategoryAttribute("Subdivisions")> <System.ComponentModel.DescriptionAttribute("Specifies the major ticks step when the MajorTicksStepMode is set to Fixed (in ruler measurement units)")> Public Property FixedMajorTicksStep As System.Double
'Usage
Dim instance As NRuler Dim value As System.Double instance.FixedMajorTicksStep = value value = instance.FixedMajorTicksStep
[System.ComponentModel.Category("Subdivisions")] [System.ComponentModel.Description("Specifies the major ticks step when the MajorTicksStepMode is set to Fixed (in ruler measurement units)")] public System.double FixedMajorTicksStep {get; set;}