C# Class MonoMobile.Dialog.RefreshTableHeaderView

Inheritance: UIView
显示文件 Open project: moljac/MonoMobile.Dialog Class Usage Examples

Public Properties

Property Type Description
IsFlipped bool

Protected Properties

Property Type Description
Activity UIActivityIndicatorView
ArrowView UIImageView
LastUpdateLabel UILabel

Public Methods

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

Method Details

CreateViews() public method

public CreateViews ( ) : void
return void

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 ) : System
rect System.Drawing.RectangleF
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

Activity protected_oe property

protected UIActivityIndicatorView Activity
return UIActivityIndicatorView

ArrowView protected_oe property

protected UIImageView ArrowView
return UIImageView

IsFlipped public_oe property

public bool IsFlipped
return bool

LastUpdateLabel protected_oe property

protected UILabel LastUpdateLabel
return UILabel