Property BorderStyle | Terminal.Gui v2 (original) (raw)

Gets or sets whether the view has a one row/col thick border.

This is a helper for manipulating the view's Border. Setting this property to any value other than None is equivalent to setting Border'sThickness to `1` and BorderStyle to the value.

Setting this property to None is equivalent to setting Border'sThickness to `0` and BorderStyle to None.

Raises OnBorderStyleChanged() and raises BorderStyleChanged, which allows change to be cancelled.

For more advanced customization of the view's border, manipulate see Border directly.