Browse Source

backported XML doc fix from #3451

Tig 1 năm trước cách đây
mục cha
commit
b1aa34be06

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

@@ -135,6 +135,11 @@ public partial class View
     /// <summary>
     /// <summary>
     ///     <para>Gets the thickness describing the sum of the Adornments' thicknesses.</para>
     ///     <para>Gets the thickness describing the sum of the Adornments' thicknesses.</para>
     /// </summary>
     /// </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>
     /// <returns>A thickness that describes the sum of the Adornments' thicknesses.</returns>
     public Thickness GetAdornmentsThickness ()
     public Thickness GetAdornmentsThickness ()
     {
     {