C# Class Nez.UI.ImageButtonStyle

Inheritance: ButtonStyle
Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
imageUp IDrawable

Méthodes publiques

Méthode Description
ImageButtonStyle ( ) : System
ImageButtonStyle ( IDrawable up, IDrawable down, IDrawable checkked, IDrawable imageUp, IDrawable imageDown, IDrawable imageChecked ) : System
clone ( ) : ImageButtonStyle

Method Details

ImageButtonStyle() public méthode

public ImageButtonStyle ( ) : System
Résultat System

ImageButtonStyle() public méthode

public ImageButtonStyle ( IDrawable up, IDrawable down, IDrawable checkked, IDrawable imageUp, IDrawable imageDown, IDrawable imageChecked ) : System
up IDrawable
down IDrawable
checkked IDrawable
imageUp IDrawable
imageDown IDrawable
imageChecked IDrawable
Résultat System

clone() public méthode

public clone ( ) : ImageButtonStyle
Résultat ImageButtonStyle

Property Details

imageUp public_oe property

public IDrawable imageUp
Résultat IDrawable