Enum BorderStyle
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public enum BorderStyle
Fields
| Name | Description |
|---|---|
| Double | The border is drawn with a double line limits. |
| None | No border is drawn. |
| Rounded | The border is drawn with a single line and rounded corners limits. |
| Single | The border is drawn with a single line limits. |