This commit is contained in:
2022-12-15 10:00:12 +08:00
parent 1ce8262bb3
commit adc9ab53d7
11 changed files with 110 additions and 112 deletions

View File

@@ -28,6 +28,9 @@ internal sealed class TaskStatusColumn : ProgressColumn
/// <summary>
/// Gets or sets the alignment of the task description.
/// </summary>
/// <value>
/// The alignment of the task description.
/// </value>
public Justify Alignment { get; set; } = Justify.Right;
/// <inheritdoc />