C# Class Alsing.SourceCode.Word

The word object class represents a word in a Row object
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property 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
return System.Drawing.Color

HasError public_oe property

True if the word has error wave lines
public bool HasError
return bool

InfoTip public_oe property

The ToolTip text for the word
public string InfoTip
return string

Pattern public_oe property

The pattern that created this word
public Pattern,Alsing.SourceCode Pattern
return Pattern

Row public_oe property

The parent row
public Row,Alsing.SourceCode Row
return Row

Span public_oe property

The parent span
public Span,Alsing.SourceCode Span
return Span

Style public_oe property

The style of the word
public TextStyle,Alsing.SourceCode Style
return TextStyle

Text public_oe property

The text of the word
public string Text
return string

Type public_oe property

The type of the word
public WordType Type
return WordType