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


MajorTicksStepMode Property
Syntax
'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
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