GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / TickMajorLengthRatio Property
In This Topic
    TickMajorLengthRatio Property (GraduatedScale)
    In This Topic
    Gets or sets the relative length of major tick marks compared to minor ones.
    Syntax
    [Category("Appearance")]
    [DefaultValue(2)]
    [Description("How much longer a major tick is compared to a minor one.")]
    public virtual float TickMajorLengthRatio {get; set;}

    Property Value

    This defaults to 2.0f.
    See Also