Class Border | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Draws a border, background, or both around another element.
public class Border
Inheritance
Border
Inherited Members
object.ReferenceEquals(object, object)
Properties
Gets the rendered height of this element.
Gets the rendered width of this element.
Gets or sets the Color that fills the area between the bounds of a Border.
Gets or sets the Color that draws the outer border color.
Specifies the BorderStyle for a view.
Gets or sets the relative Thickness of a Border.
Gets or sets the single child element of a View.
Gets or private sets by the Border.ToplevelContainer
Gets or sets if a margin frame is drawn around the Child regardless the BorderStyle
Gets or sets the 3D effect around the Border.
Gets or sets the color for the Border
Get or sets the offset start position for the Effect3D
Gets or sets a Thickness value that describes the amount of space between aBorder and its child element.
Gets the parent Child parent if any.
The title to be displayed for this view.
Methods
Drawn the BorderThickness more the Paddingmore the BorderStyle and the Effect3D.
Same as DrawContent(View, bool) but drawing full frames for all borders.
Draws the view Title to the screen.
Draws the Text to the screen.
Calculate the sum of the Padding and the BorderThickness
Invoke the BorderChanged event.
Events
Invoked when any property of Border changes (except Child).