C# Класс Alsing.SourceCode.Word

The word object class represents a word in a Row object
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ErrorColor System.Drawing.Color
HasError bool
InfoTip string
Pattern Pattern
Row Row
Span Span
Style TextStyle
Text string
Type WordType

Описание свойств

ErrorColor публичное свойство

Color of the error wave lines
public Color,System.Drawing ErrorColor
Результат System.Drawing.Color

HasError публичное свойство

True if the word has error wave lines
public bool HasError
Результат bool

InfoTip публичное свойство

The ToolTip text for the word
public string InfoTip
Результат string

Pattern публичное свойство

The pattern that created this word
public Pattern,Alsing.SourceCode Pattern
Результат Pattern

Row публичное свойство

The parent row
public Row,Alsing.SourceCode Row
Результат Row

Span публичное свойство

The parent span
public Span,Alsing.SourceCode Span
Результат Span

Style публичное свойство

The style of the word
public TextStyle,Alsing.SourceCode Style
Результат TextStyle

Text публичное свойство

The text of the word
public string Text
Результат string

Type публичное свойство

The type of the word
public WordType Type
Результат WordType