GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorPreview Class / BorderStyle Property
In This Topic
    BorderStyle Property (GoColorPreview)
    In This Topic
    Gets or sets the style of border to display around the edges of this control.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public BorderStyle BorderStyle {get; set;}
    Remarks
    Setting this property to a new value results in a call to OnBorderStyleChanged.
    See Also