C# Class MonoTouch.Dialog.RefreshTableHeaderView

Inheritance: UIView
Show file 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 property

public bool FromTop
return bool

IsFlipped public property

public bool IsFlipped
return bool

activity public property

public UIActivityIndicatorView activity
return UIActivityIndicatorView

arrowView public property

public UIImageView arrowView
return UIImageView

lastUpdateLabel public property

public UILabel lastUpdateLabel
return UILabel