C# 클래스 MonoTouch.Dialog.AddOn.GlassButtonExtension

파일 보기 프로젝트 열기: benhorgen/dotDialog

공개 프로퍼티들

프로퍼티 타입 설명
DefaultColor UIColor

공개 메소드들

메소드 설명
CreateGlassButton ( string buttonLabelText ) : GlassButton
CreateGlassButton ( string buttonLabelText, UIColor color ) : GlassButton
CreateGlassButton ( string buttonTitle, UIColor color, float width, float height ) : GlassButton
CreateGlassButtonElement ( GlassButton button ) : Element

메소드 상세

CreateGlassButton() 공개 정적인 메소드

public static CreateGlassButton ( string buttonLabelText ) : GlassButton
buttonLabelText string
리턴 GlassButton

CreateGlassButton() 공개 정적인 메소드

public static CreateGlassButton ( string buttonLabelText, UIColor color ) : GlassButton
buttonLabelText string
color UIColor
리턴 GlassButton

CreateGlassButton() 공개 정적인 메소드

public static CreateGlassButton ( string buttonTitle, UIColor color, float width, float height ) : GlassButton
buttonTitle string
color UIColor
width float
height float
리턴 GlassButton

CreateGlassButtonElement() 공개 정적인 메소드

public static CreateGlassButtonElement ( GlassButton button ) : Element
button GlassButton
리턴 Element

프로퍼티 상세

DefaultColor 공개적으로 정적으로 프로퍼티

public static UIColor DefaultColor
리턴 UIColor