C# Класс BitSharp.Client.Helper.WpfRichTextBoxWordColoringRule

Показать файл Открыть проект

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