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

WpfRichTextBoxWordColoringRule() public method

public WpfRichTextBoxWordColoringRule ( string text, string textColor, string backgroundColor, System.Windows.FontStyle fontStyle, System.Windows.FontWeight fontWeight ) : System.ComponentModel
text string
textColor string
backgroundColor string
fontStyle System.Windows.FontStyle
fontWeight System.Windows.FontWeight
return System.ComponentModel
        public WpfRichTextBoxWordColoringRule(string text, string textColor, string backgroundColor, FontStyle fontStyle, FontWeight fontWeight)
        {
            Text = text;
            FontColor = textColor;
            BackgroundColor = backgroundColor;
            Style = fontStyle;
            Weight = fontWeight;
        }

Same methods

WpfRichTextBoxWordColoringRule::WpfRichTextBoxWordColoringRule ( ) : System.ComponentModel
WpfRichTextBoxWordColoringRule::WpfRichTextBoxWordColoringRule ( string text, string fontColor, string backgroundColor ) : System.ComponentModel
WpfRichTextBoxWordColoringRule