GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / BorderStyle Property
In This Topic
    BorderStyle Property (GoRuler)
    In This Topic
    Gets or sets the border style of the ruler.
    Syntax
    [Description("The border style of the ruler.")]
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual BorderStyle BorderStyle {get; set;}

    Property Value

    The default value is BorderStyle.None.
    See Also