Tig пре 1 година
родитељ
комит
b1aa34be06
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      Terminal.Gui/View/ViewAdornments.cs

+ 5 - 0
Terminal.Gui/View/ViewAdornments.cs

@@ -135,6 +135,11 @@ public partial class View
     /// <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 ()
     {