C# Class Nez.UI.CheckBoxStyle

The style for a select box
Inheritance: TextButtonStyle
Show file Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
checkboxOn IDrawable
checkboxOver IDrawable

Public Methods

Method Description
CheckBoxStyle ( ) : System
CheckBoxStyle ( IDrawable checkboxOff, IDrawable checkboxOn, BitmapFont font, Color fontColor ) : System

Method Details

CheckBoxStyle() public method

public CheckBoxStyle ( ) : System
return System

CheckBoxStyle() public method

public CheckBoxStyle ( IDrawable checkboxOff, IDrawable checkboxOn, BitmapFont font, Color fontColor ) : System
checkboxOff IDrawable
checkboxOn IDrawable
font BitmapFont
fontColor Color
return System

Property Details

checkboxOn public property

public IDrawable checkboxOn
return IDrawable

checkboxOver public property

public IDrawable checkboxOver
return IDrawable