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

Datei anzeigen 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_oe property

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

Effect public_oe property

public TextEffect Effect
return TextEffect

EffectColor public_oe property

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

Font public_oe property

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

ForeColor public_oe property

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

Link public_oe property

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

NewLine public_oe property

public bool NewLine
return bool

Text public_oe property

public string Text
return string

_Tag protected_oe property

protected string _Tag
return string

_TagName protected_oe property

protected string _TagName
return string

words public_oe property

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