Nevron.Diagram.WinForm Namespace / NRuler Class / FixedMajorTicksStep Property


FixedMajorTicksStep Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also