C# Class Nez.UI.CheckBoxStyle

The style for a select box
Inheritance: TextButtonStyle
Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
checkboxOn IDrawable
checkboxOver IDrawable

Méthodes publiques

Méthode Description
CheckBoxStyle ( ) : System
CheckBoxStyle ( IDrawable checkboxOff, IDrawable checkboxOn, BitmapFont font, Color fontColor ) : System

Method Details

CheckBoxStyle() public méthode

public CheckBoxStyle ( ) : System
Résultat System

CheckBoxStyle() public méthode

public CheckBoxStyle ( IDrawable checkboxOff, IDrawable checkboxOn, BitmapFont font, Color fontColor ) : System
checkboxOff IDrawable
checkboxOn IDrawable
font BitmapFont
fontColor Color
Résultat System

Property Details

checkboxOn public_oe property

public IDrawable checkboxOn
Résultat IDrawable

checkboxOver public_oe property

public IDrawable checkboxOver
Résultat IDrawable