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

    Property Value

    The default value is BorderStyle.Fixed3D.
    Remarks
    The border surrounds the view's display area and its scrollbars, if any.
    See Also