C# Class MonoTouch.Dialog.AddOn.GlassButtonExtension

显示文件 Open project: benhorgen/dotDialog

Public Properties

Property Type Description
DefaultColor UIColor

Public Methods

Method Description
CreateGlassButton ( string buttonLabelText ) : GlassButton
CreateGlassButton ( string buttonLabelText, UIColor color ) : GlassButton
CreateGlassButton ( string buttonTitle, UIColor color, float width, float height ) : GlassButton
CreateGlassButtonElement ( GlassButton button ) : Element

Method Details

CreateGlassButton() public static method

public static CreateGlassButton ( string buttonLabelText ) : GlassButton
buttonLabelText string
return GlassButton

CreateGlassButton() public static method

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

CreateGlassButton() public static method

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

CreateGlassButtonElement() public static method

public static CreateGlassButtonElement ( GlassButton button ) : Element
button GlassButton
return Element

Property Details

DefaultColor public_oe static_oe property

public static UIColor DefaultColor
return UIColor