C# 클래스 MonoMobile.Dialog.RefreshTableHeaderView

상속: UIView
파일 보기 프로젝트 열기: moljac/MonoMobile.Dialog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsFlipped bool

보호된 프로퍼티들

프로퍼티 타입 설명
Activity UIActivityIndicatorView
ArrowView UIImageView
LastUpdateLabel UILabel

공개 메소드들

메소드 설명
CreateViews ( ) : void
Draw ( RectangleF rect ) : void
Flip ( bool animate ) : void
LayoutSubviews ( ) : void
RefreshTableHeaderView ( RectangleF rect ) : System
SetActivity ( bool active ) : void
SetStatus ( RefreshViewStatus status ) : void

메소드 상세

CreateViews() 공개 메소드

public CreateViews ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

Flip() 공개 메소드

public Flip ( bool animate ) : void
animate bool
리턴 void

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

RefreshTableHeaderView() 공개 메소드

public RefreshTableHeaderView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
리턴 System

SetActivity() 공개 메소드

public SetActivity ( bool active ) : void
active bool
리턴 void

SetStatus() 공개 메소드

public SetStatus ( RefreshViewStatus status ) : void
status RefreshViewStatus
리턴 void

프로퍼티 상세

Activity 보호되어 있는 프로퍼티

protected UIActivityIndicatorView Activity
리턴 UIActivityIndicatorView

ArrowView 보호되어 있는 프로퍼티

protected UIImageView ArrowView
리턴 UIImageView

IsFlipped 공개적으로 프로퍼티

public bool IsFlipped
리턴 bool

LastUpdateLabel 보호되어 있는 프로퍼티

protected UILabel LastUpdateLabel
리턴 UILabel