C# Class Alsing.SourceCode.Word

The word object class represents a word in a Row object
Show file 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 property

Color of the error wave lines
public Color,System.Drawing ErrorColor
return System.Drawing.Color

HasError public property

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

InfoTip public property

The ToolTip text for the word
public string InfoTip
return string

Pattern public property

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

Row public property

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

Span public property

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

Style public property

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

Text public property

The text of the word
public string Text
return string

Type public property

The type of the word
public WordType Type
return WordType