C# 클래스 Nez.UI.ImageButtonStyle

상속: ButtonStyle
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
imageUp IDrawable

공개 메소드들

메소드 설명
ImageButtonStyle ( ) : System
ImageButtonStyle ( IDrawable up, IDrawable down, IDrawable checkked, IDrawable imageUp, IDrawable imageDown, IDrawable imageChecked ) : System
clone ( ) : ImageButtonStyle

메소드 상세

ImageButtonStyle() 공개 메소드

public ImageButtonStyle ( ) : System
리턴 System

ImageButtonStyle() 공개 메소드

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
리턴 System

clone() 공개 메소드

public clone ( ) : ImageButtonStyle
리턴 ImageButtonStyle

프로퍼티 상세

imageUp 공개적으로 프로퍼티

public IDrawable imageUp
리턴 IDrawable