mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
API doc improvements
This commit is contained in:
@@ -725,6 +725,12 @@ public class TextFormatter
|
||||
/// formatted.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// If <see langword="null"/> both the width and height will be unconstrained and text will be formatted to the size of the text.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Setting this property is the same as setting <see cref="ConstrainToWidth"/> and <see cref="ConstrainToHeight"/> separately.
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// Use <see cref="FormatAndGetSize"/> to get the size of the formatted text.
|
||||
/// </para>
|
||||
/// <para>When set, <see cref="NeedsFormat"/> is set to <see langword="true"/>.</para>
|
||||
|
||||
Reference in New Issue
Block a user