Property IgnoreBorderPropertyOnRedraw | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

IgnoreBorderPropertyOnRedraw

Get or sets whether the view will use Border (if Border is set) to draw a border. If false (the default),Redraw(Rect) will call DrawContent(View, bool)to draw the view's border. If true no border is drawn (and the view is expected to draw the border itself).

public virtual bool IgnoreBorderPropertyOnRedraw { get; set; }

Property Value

bool

Edit this page