GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / LineDashStyle Property
In This Topic
    LineDashStyle Property
    In This Topic
    Gets or sets the dash style for pens used in drawing the grid lines.
    Syntax
    [Category("Grid")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The pen dash style used in drawing the grid lines.")]
    public virtual DashStyle LineDashStyle {get; set;}

    Property Value

    The dash style defaults to solid.
    Remarks
    See Also