mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
doc updates
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Diagnostics;
|
||||
|
||||
namespace Terminal.Gui;
|
||||
|
||||
/// <summary>The Border for a <see cref="View"/>.</summary>
|
||||
/// <summary>The Border for a <see cref="View"/>. Accessed via <see cref="View.Border"/></summary>
|
||||
/// <remarks>
|
||||
/// <para>
|
||||
/// Renders a border around the view with the <see cref="View.Title"/>. A border using <see cref="LineStyle"/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Terminal.Gui;
|
||||
|
||||
/// <summary>The Margin for a <see cref="View"/>.</summary>
|
||||
/// <summary>The Margin for a <see cref="View"/>. Accessed via <see cref="View.Margin"/></summary>
|
||||
/// <remarks>
|
||||
/// <para>See the <see cref="Adornment"/> class.</para>
|
||||
/// </remarks>
|
||||
|
||||
Reference in New Issue
Block a user