Updated API docs

This commit is contained in:
Tig
2024-04-28 09:11:15 -07:00
parent 9f8f261034
commit b547d6ce67
4 changed files with 68 additions and 374 deletions

View File

@@ -30,7 +30,7 @@ public class TextFormatter
/// <summary>Gets or sets whether the <see cref="Size"/> should be automatically changed to fit the <see cref="Text"/>.</summary>
/// <remarks>
/// <para>Used by <see cref="View.AutoSize"/> to resize the view's <see cref="View.Viewport"/> to fit <see cref="Size"/>.</para>
/// <para>Used when <see cref="View"/> is using <see cref="Dim.Auto"/> to resize the view's <see cref="View.Viewport"/> to fit <see cref="Size"/>.</para>
/// <para>
/// AutoSize is ignored if <see cref="TextAlignment.Justified"/> and
/// <see cref="VerticalTextAlignment.Justified"/> are used.