mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
ClearFrame API docs
This commit is contained in:
@@ -102,9 +102,10 @@ public partial class View
|
||||
Driver.SetAttribute (prev);
|
||||
}
|
||||
|
||||
/// <summary>Clears the <see cref="Frame"/> with the normal background color.</summary>
|
||||
/// <summary>Clears the entire view (<see cref="Frame"/>) with the normal background color.</summary>
|
||||
/// <remarks>
|
||||
/// <para>This clears the Bounds used by this view.</para>
|
||||
/// <para>This method will clear the area occupied by the <see cref="Margin"/>, <see cref="Border"/>, and <see cref="Padding"/>, as
|
||||
/// well as the <see cref="Bounds"/>. Use <see cref="Clear()"/> to clear just the <see cref="Bounds"/>.</para>
|
||||
/// </remarks>
|
||||
public void ClearFrame ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user