C# Class MonoMobile.Views.RefreshTableHeaderView

Inheritance: UIView
Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Public Methods

Method Description
Flip ( bool animate ) : void
LayoutSubviews ( ) : void
RefreshTableHeaderView ( RectangleF rect ) : System
RefreshTableHeaderView ( RectangleF rect, string settingsKey ) : System
SetActivity ( bool active ) : void
SetStatus ( RefreshStatus status ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Initialize ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
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

RefreshTableHeaderView() public method

public RefreshTableHeaderView ( RectangleF rect, string settingsKey ) : System
rect System.Drawing.RectangleF
settingsKey string
return System

SetActivity() public method

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

SetStatus() public method

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