Skip to content

Commit

Permalink
backported XML doc fix from gui-cs#3451
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed May 17, 2024
1 parent 01a4de6 commit b1aa34b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Terminal.Gui/View/ViewAdornments.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ public LineStyle BorderStyle
/// <summary>
/// <para>Gets the thickness describing the sum of the Adornments' thicknesses.</para>
/// </summary>
/// <remarks>
/// <para>
/// The <see cref="Viewport"/> is offset from the <see cref="Frame"/> by the thickness returned by this method.
/// </para>
/// </remarks>
/// <returns>A thickness that describes the sum of the Adornments' thicknesses.</returns>
public Thickness GetAdornmentsThickness ()
{
Expand Down

0 comments on commit b1aa34b

Please sign in to comment.