BitSharp.Client.Helper.WpfRichTextBoxWordColoringRule.WpfRichTextBoxWordColoringRule C# (CSharp) Method

WpfRichTextBoxWordColoringRule() public method

public WpfRichTextBoxWordColoringRule ( string text, string fontColor, string backgroundColor ) : System.ComponentModel
text string
fontColor string
backgroundColor string
return System.ComponentModel
        public WpfRichTextBoxWordColoringRule(string text, string fontColor, string backgroundColor)
        {
            Text = text;
            FontColor = fontColor;
            BackgroundColor = backgroundColor;
            Style = FontStyles.Normal;
            Weight = FontWeights.Normal;
        }

Same methods

WpfRichTextBoxWordColoringRule::WpfRichTextBoxWordColoringRule ( ) : System.ComponentModel
WpfRichTextBoxWordColoringRule::WpfRichTextBoxWordColoringRule ( string text, string textColor, string backgroundColor, System.Windows.FontStyle fontStyle, System.Windows.FontWeight fontWeight ) : System.ComponentModel
WpfRichTextBoxWordColoringRule