C# Class OpenRA.Mods.Common.Widgets.LabelWidget

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Align TextAlign
Contrast bool
ContrastColorDark Color
ContrastColorLight Color
Font string
GetColor Func
GetContrastColorDark Func
GetContrastColorLight Func
GetText Func
Shadow bool
TextColor Color
VAlign TextVAlign
WordWrap bool

Méthodes publiques

Méthode Description
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
LabelWidget ( ) : System

Méthodes protégées

Méthode Description
LabelWidget ( LabelWidget other ) : System

Method Details

Clone() public méthode

public Clone ( ) : OpenRA.Widgets.Widget
Résultat OpenRA.Widgets.Widget

Draw() public méthode

public Draw ( ) : void
Résultat void

LabelWidget() public méthode

public LabelWidget ( ) : System
Résultat System

LabelWidget() protected méthode

protected LabelWidget ( LabelWidget other ) : System
other LabelWidget
Résultat System

Property Details

Align public_oe property

public TextAlign Align
Résultat TextAlign

Contrast public_oe property

public bool Contrast
Résultat bool

ContrastColorDark public_oe property

public Color ContrastColorDark
Résultat Color

ContrastColorLight public_oe property

public Color ContrastColorLight
Résultat Color

Font public_oe property

public string Font
Résultat string

GetColor public_oe property

public Func GetColor
Résultat Func

GetContrastColorDark public_oe property

public Func GetContrastColorDark
Résultat Func

GetContrastColorLight public_oe property

public Func GetContrastColorLight
Résultat Func

GetText public_oe property

public Func GetText
Résultat Func

Shadow public_oe property

public bool Shadow
Résultat bool

TextColor public_oe property

public Color TextColor
Résultat Color

VAlign public_oe property

public TextVAlign VAlign
Résultat TextVAlign

WordWrap public_oe property

public bool WordWrap
Résultat bool