2 references to Right
Microsoft.TemplateEngine.Cli (1)
TabularOutput\TabularOutput.cs (1)
376
{ TextAlign.
Right
, (string abbreviatedText, int maxColumnWidth, StringBuilder b) => b.Append(' ', maxColumnWidth - abbreviatedText.GetUnicodeLength()).Append(abbreviatedText) }
Microsoft.TemplateEngine.Cli.UnitTests (1)
TabularOutputTests.cs (1)
216
.DefineColumn(t => t.Item2, "Column 2", textAlign: TextAlign.
Right
);