GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / TickLengthRight Property
In This Topic
    TickLengthRight Property (GraduatedScale)
    In This Topic
    Gets or sets the length that each minor tick is drawn to the right of the scale's path.
    Syntax
    [Category("Appearance")]
    [DefaultValue(5)]
    [Description("The length that each minor tick is drawn to the right of the scale's path.")]
    public virtual float TickLengthRight {get; set;}
    See Also