C# Class MonoTouch.Dialog.RefreshTableHeaderView

Inheritance: UIView
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
FromTop bool
IsFlipped bool
activity UIActivityIndicatorView
arrowView UIImageView
lastUpdateLabel UILabel

Public Methods

Method Description
Draw ( RectangleF rect ) : void
Flip ( bool animate ) : void
LayoutSubviews ( ) : void
RefreshTableHeaderView ( RectangleF rect, bool isTop ) : System
SetActivity ( bool active ) : void
SetStatus ( RefreshViewStatus status ) : void

Method Details

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

Flip() public method

public Flip ( bool animate ) : void
animate bool
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

RefreshTableHeaderView() public method

public RefreshTableHeaderView ( RectangleF rect, bool isTop ) : System
rect System.Drawing.RectangleF
isTop bool
return System

SetActivity() public method

public SetActivity ( bool active ) : void
active bool
return void

SetStatus() public method

public SetStatus ( RefreshViewStatus status ) : void
status RefreshViewStatus
return void

Property Details

FromTop public_oe property

public bool FromTop
return bool

IsFlipped public_oe property

public bool IsFlipped
return bool

activity public_oe property

public UIActivityIndicatorView activity
return UIActivityIndicatorView

arrowView public_oe property

public UIImageView arrowView
return UIImageView

lastUpdateLabel public_oe property

public UILabel lastUpdateLabel
return UILabel