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


In This Topic
    FixedMajorTicksStep Property
    In This Topic
    Specifies the major ticks step when the MajorTicksStepMode is set to Fixed (in ruler measurement units)
    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
    [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;}
    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