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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Border

The Adornment that offsets the Viewport from the Margin.

The Border provides the space for a visual border (drawn using line-drawing glyphs) and the Title. The Border expands inward; in other words if `Border.Thickness.Top == 2` the border and title will take up the first row and the second row will be filled with spaces.

The Border provides the UI for mouse and keyboard arrangement of the View. See Arrangement.

public Border? Border { get; }

Property Value

Border