Exemplo n.º 1
0
 public DisplayWithIndex(DisplayText text, int startIndex)
 {
     Text = text;
     StartIndex = startIndex;
 }
Exemplo n.º 2
0
 public DisplayText(DisplayText displayText, string text)
 {
     Text = text;
     Highlight = displayText.Highlight;
     Hue = displayText.Hue;
 }
Exemplo n.º 3
0
 public DisplayText(DisplayText displayText, string text)
 {
     Text      = text;
     Highlight = displayText.Highlight;
     Hue       = displayText.Hue;
 }