C# Class Alsing.SourceCode.Word

The word object class represents a word in a Row object
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
ErrorColor System.Drawing.Color
HasError bool
InfoTip string
Pattern Pattern
Row Row
Span Span
Style TextStyle
Text string
Type WordType

Property Details

ErrorColor public_oe property

Color of the error wave lines
public Color,System.Drawing ErrorColor
Résultat System.Drawing.Color

HasError public_oe property

True if the word has error wave lines
public bool HasError
Résultat bool

InfoTip public_oe property

The ToolTip text for the word
public string InfoTip
Résultat string

Pattern public_oe property

The pattern that created this word
public Pattern,Alsing.SourceCode Pattern
Résultat Pattern

Row public_oe property

The parent row
public Row,Alsing.SourceCode Row
Résultat Row

Span public_oe property

The parent span
public Span,Alsing.SourceCode Span
Résultat Span

Style public_oe property

The style of the word
public TextStyle,Alsing.SourceCode Style
Résultat TextStyle

Text public_oe property

The text of the word
public string Text
Résultat string

Type public_oe property

The type of the word
public WordType Type
Résultat WordType