GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / LineWidth Property
In This Topic
    LineWidth Property
    In This Topic
    Gets or sets the width of grid markings.
    Syntax
    [Category("Grid")]
    [DefaultValue(0)]
    [Description("The width of the pen used in drawing the grid lines.")]
    public virtual float LineWidth {get; set;}

    Property Value

    The width defaults to 0.
    See Also