C# Класс MonoTouch.Dialog.AddOn.GlassButtonExtension

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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