C# 클래스 MonoDroidToolkit.ProgressButton

상속: CompoundButton
파일 보기 프로젝트 열기: jamesmontemagno/MonoDroidToolkit 1 사용 예제들

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