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


In This Topic
    MinorTicksCount Property
    In This Topic
    Controls the count of minor ticks between two major ones
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Subdivisions")>
    <System.ComponentModel.DescriptionAttribute("Controls the count of minor ticks between two major ones")>
    <System.ComponentModel.DefaultValueAttribute(5)>
    Public Property MinorTicksCount As System.Integer
    'Usage
     
    
    Dim instance As NRuler
    Dim value As System.Integer
     
    instance.MinorTicksCount = value
     
    value = instance.MinorTicksCount
    [System.ComponentModel.Category("Subdivisions")]
    [System.ComponentModel.Description("Controls the count of minor ticks between two major ones")]
    [System.ComponentModel.DefaultValue(5)]
    public System.int MinorTicksCount {get; set;}
    Remarks
    By default set to 5
    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