GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / PaintMinorScale Property
In This Topic
    PaintMinorScale Property
    In This Topic
    Gets or sets the scale at which the Minor Grid markings are painted.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0)]
    [Description("The scale at which greeked objects paint something simple.")]
    public virtual float PaintMinorScale {get; set;}

    Property Value

    This value defaults to 0.0f.
    Remarks
    Painting thousands of marks for grids can become a performance issue when zoomed to a small scale. Setting this value will allow the minor grid marks to disappear below that scale value. Major grid marks will remain.
    See Also