C# 클래스 RoundProgressView.RoundProgressView

상속: UIView
파일 보기 프로젝트 열기: martinbowling/MonoTouchRoundProgress 1 사용 예제들

공개 메소드들

메소드 설명
RoundProgressView ( ) : System
RoundProgressView ( RectangleF frame ) : System
SetProgress ( float progress ) : void
SetProgress ( float progress, bool animated ) : void
SetTintColor ( UIColor tintColor ) : void

보호된 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
LayerClass ( ) : Class

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

RoundProgressView() 공개 메소드

public RoundProgressView ( ) : System
리턴 System

RoundProgressView() 공개 메소드

public RoundProgressView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
리턴 System

SetProgress() 공개 메소드

public SetProgress ( float progress ) : void
progress float
리턴 void

SetProgress() 공개 메소드

public SetProgress ( float progress, bool animated ) : void
progress float
animated bool
리턴 void

SetTintColor() 공개 메소드

public SetTintColor ( UIColor tintColor ) : void
tintColor UIColor
리턴 void