C# 클래스 BitSharp.Client.Helper.WpfRichTextBoxWordColoringRule

파일 보기 프로젝트 열기: pmlyon/BitSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

WpfRichTextBoxWordColoringRule() 공개 메소드

public WpfRichTextBoxWordColoringRule ( ) : System.ComponentModel
리턴 System.ComponentModel

WpfRichTextBoxWordColoringRule() 공개 메소드

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

WpfRichTextBoxWordColoringRule() 공개 메소드

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
리턴 System.ComponentModel