C# Class MonoMobile.Dialog.RefreshTableHeaderView

Inheritance: UIView
Afficher le fichier Open project: moljac/MonoMobile.Dialog Class Usage Examples

Méthodes publiques

Свойство Type Description
IsFlipped bool

Protected Properties

Свойство Type Description
Activity UIActivityIndicatorView
ArrowView UIImageView
LastUpdateLabel UILabel

Méthodes publiques

Méthode 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 méthode

public CreateViews ( ) : void
Résultat void

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
Résultat void

Flip() public méthode

public Flip ( bool animate ) : void
animate bool
Résultat void

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

RefreshTableHeaderView() public méthode

public RefreshTableHeaderView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
Résultat System

SetActivity() public méthode

public SetActivity ( bool active ) : void
active bool
Résultat void

SetStatus() public méthode

public SetStatus ( RefreshViewStatus status ) : void
status RefreshViewStatus
Résultat void

Property Details

Activity protected_oe property

protected UIActivityIndicatorView Activity
Résultat UIActivityIndicatorView

ArrowView protected_oe property

protected UIImageView ArrowView
Résultat UIImageView

IsFlipped public_oe property

public bool IsFlipped
Résultat bool

LastUpdateLabel protected_oe property

protected UILabel LastUpdateLabel
Résultat UILabel