C# Класс MonoDroidToolkit.ProgressButton

Наследование: CompoundButton
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IndeterminanteRunnable void
Initialize void
UpdateIndeterminante void

Открытые методы

Метод Описание
OnRestoreInstanceState ( IParcelable state ) : void
OnSaveInstanceState ( ) : IParcelable
ProgressButton ( Android.Content.Context context ) : System
ProgressButton ( Android.Content.Context context, IAttributeSet attrs ) : System
ProgressButton ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System

Защищенные методы

Метод Описание
DrawableStateChanged ( ) : void
OnDraw ( Android.Graphics.Canvas canvas ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

Приватные методы

Метод Описание
IndeterminanteRunnable ( ) : void
Initialize ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : void
UpdateIndeterminante ( ) : void

Описание методов

DrawableStateChanged() защищенный Метод

protected DrawableStateChanged ( ) : void
Результат void

OnDraw() защищенный Метод

protected OnDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
Результат void

OnMeasure() защищенный Метод

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
Результат void

OnRestoreInstanceState() публичный Метод

public OnRestoreInstanceState ( IParcelable state ) : void
state IParcelable
Результат void

OnSaveInstanceState() публичный Метод

public OnSaveInstanceState ( ) : IParcelable
Результат IParcelable

ProgressButton() публичный Метод

public ProgressButton ( Android.Content.Context context ) : System
context Android.Content.Context
Результат System

ProgressButton() публичный Метод

public ProgressButton ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Результат System

ProgressButton() публичный Метод

public ProgressButton ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
Результат System