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


In This Topic
    MajorTicksStepMode Property
    In This Topic
    Controls the mode in which the major ticks step is determined
    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
    [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;}
    Remarks
    By default set to Normal. If set to Fixed the FixedMajorTicksStep property defines a constant major ticks step, which is independent from the view transformations.
    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