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