C# Class Alsing.Windows.Forms.FormatLabel.Element

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
BackColor System.Drawing.Color
Effect TextEffect
EffectColor System.Drawing.Color
Font System.Drawing.Font
ForeColor System.Drawing.Color
Link Element
NewLine bool
Text string
words Alsing.Windows.Forms.FormatLabel.Word[]

Protected Properties

Property Type Description
_Tag string
_TagName string

Property Details

BackColor public property

public Color,System.Drawing BackColor
return System.Drawing.Color

Effect public property

public TextEffect Effect
return TextEffect

EffectColor public property

public Color,System.Drawing EffectColor
return System.Drawing.Color

Font public property

public Font,System.Drawing Font
return System.Drawing.Font

ForeColor public property

public Color,System.Drawing ForeColor
return System.Drawing.Color

Link public property

public Element,Alsing.Windows.Forms.FormatLabel Link
return Element

NewLine public property

public bool NewLine
return bool

Text public property

public string Text
return string

_Tag protected property

protected string _Tag
return string

_TagName protected property

protected string _TagName
return string

words public property

public Word[],Alsing.Windows.Forms.FormatLabel words
return Alsing.Windows.Forms.FormatLabel.Word[]