C# Class BitSharp.Client.Helper.WpfRichTextBoxWordColoringRule

Show file Open project: pmlyon/BitSharp

Private Properties

Property Type Description

Public Methods

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

Method Details

WpfRichTextBoxWordColoringRule() public method

public WpfRichTextBoxWordColoringRule ( ) : System.ComponentModel
return System.ComponentModel

WpfRichTextBoxWordColoringRule() public method

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

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