
Gets or sets the border type of the Text Control.
[C#]
public BorderStyle BorderStyle { get; set; }
[Visual Basic]
Public Property BorderStyle() As BorderStyle
| Value | Description | |
| None | The Text Control has no border. | |
| FixedSingle | The Text Control has a border with a single line. |