C# 클래스 Alsing.SourceCode.Word

The word object class represents a word in a Row object
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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