C# Class Nez.UI.LabelStyle

the style for a label
Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
background IDrawable
font BitmapFont
fontColor Color

Méthodes publiques

Méthode Description
LabelStyle ( ) : System
LabelStyle ( BitmapFont font, Color fontColor ) : System
LabelStyle ( Color fontColor ) : System
clone ( ) : LabelStyle

Method Details

LabelStyle() public méthode

public LabelStyle ( ) : System
Résultat System

LabelStyle() public méthode

public LabelStyle ( BitmapFont font, Color fontColor ) : System
font BitmapFont
fontColor Color
Résultat System

LabelStyle() public méthode

public LabelStyle ( Color fontColor ) : System
fontColor Color
Résultat System

clone() public méthode

public clone ( ) : LabelStyle
Résultat LabelStyle

Property Details

background public_oe property

public IDrawable background
Résultat IDrawable

font public_oe property

public BitmapFont font
Résultat BitmapFont

fontColor public_oe property

public Color fontColor
Résultat Color