Пример #1
0
 public DisplayText(MatchedString matchedString)
 {
     Text          = matchedString.Part;
     Highlight     = matchedString.IsMatch;
     Hue           = matchedString.Hue;
     BackgroundHue = matchedString.BackgroundHue;
 }
Пример #2
0
 public DisplayText(MatchedString matchedString)
 {
     Text = matchedString.Part;
     Highlight = matchedString.IsMatch;
     ShowIndicator = matchedString.ShowIndicator;
 }
Пример #3
0
 public DisplayText(MatchedString matchedString)
 {
     Text = matchedString.Part;
     Highlight = matchedString.IsMatch;
     Brush = null;
 }
Пример #4
0
 public DisplayText(MatchedString matchedString)
 {
     Text = matchedString.Part;
     Highlight = matchedString.IsMatch;
     Hue = matchedString.Hue;
 }
Пример #5
0
 public DisplayText(MatchedString matchedString)
 {
     Text      = matchedString.Part;
     Highlight = matchedString.IsMatch;
     Brush     = null;
 }