C# Class MonoTouch.Dialog.RefreshTableHeaderView

Inheritance: UIView
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
FromTop bool
IsFlipped bool
activity UIActivityIndicatorView
arrowView UIImageView
lastUpdateLabel UILabel

Méthodes publiques

Méthode 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 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, bool isTop ) : System
rect System.Drawing.RectangleF
isTop bool
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

FromTop public_oe property

public bool FromTop
Résultat bool

IsFlipped public_oe property

public bool IsFlipped
Résultat bool

activity public_oe property

public UIActivityIndicatorView activity
Résultat UIActivityIndicatorView

arrowView public_oe property

public UIImageView arrowView
Résultat UIImageView

lastUpdateLabel public_oe property

public UILabel lastUpdateLabel
Résultat UILabel