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