3 references to Center
Microsoft.TemplateEngine.Cli (3)
TabularOutput\TabularOutput.cs (1)
368
TextAlign.
Center
, (string abbreviatedText, int maxColumnWidth, StringBuilder b) =>
TemplateSearch\CliTemplateSearchCoordinator.cs (2)
200
.DefineColumn(r => GetReservedMark(r.Reserved), LocalizableStrings.ColumnNameTrusted, showAlways: true, textAlign: TextAlign.
Center
)
201
.DefineColumn(r => r.PrintableTotalDownloads, out object? downloadsColumn, LocalizableStrings.ColumnNameTotalDownloads, showAlways: true, textAlign: TextAlign.
Center
);