C# Class Refractored.XamForms.PullToRefresh.PullToRefreshLayout

Pull to refresh layout.
Inheritance: Xamarin.Forms.ContentView
Afficher le fichier Open project: jamesmontemagno/Xamarin.Forms-PullToRefreshLayout Class Usage Examples

Méthodes publiques

Свойство Type Description
IsPullToRefreshEnabledProperty BindableProperty
IsRefreshingProperty BindableProperty
RefreshBackgroundColorProperty BindableProperty
RefreshColorProperty BindableProperty
RefreshCommandProperty BindableProperty

Méthodes publiques

Méthode Description
PullToRefreshLayout ( ) : System.Windows.Input

Initializes a new instance of the Refractored.XamForms.PullToRefresh.PullToRefreshLayout class.

Méthodes protégées

Méthode Description
OnSizeRequest ( double widthConstraint, double heightConstraint ) : SizeRequest

Optimization as we can get the size here of our content all in DIP

Method Details

OnSizeRequest() protected méthode

Optimization as we can get the size here of our content all in DIP
protected OnSizeRequest ( double widthConstraint, double heightConstraint ) : SizeRequest
widthConstraint double The available width for the element to use.
heightConstraint double The available height for the element to use.
Résultat SizeRequest

PullToRefreshLayout() public méthode

Initializes a new instance of the Refractored.XamForms.PullToRefresh.PullToRefreshLayout class.
public PullToRefreshLayout ( ) : System.Windows.Input
Résultat System.Windows.Input

Property Details

IsPullToRefreshEnabledProperty public_oe static_oe property

The is pull to refresh enabled property.
public static BindableProperty IsPullToRefreshEnabledProperty
Résultat BindableProperty

IsRefreshingProperty public_oe static_oe property

The is refreshing property.
public static BindableProperty IsRefreshingProperty
Résultat BindableProperty

RefreshBackgroundColorProperty public_oe static_oe property

Color property of refresh background color
public static BindableProperty RefreshBackgroundColorProperty
Résultat BindableProperty

RefreshColorProperty public_oe static_oe property

Color property of refresh spinner color
public static BindableProperty RefreshColorProperty
Résultat BindableProperty

RefreshCommandProperty public_oe static_oe property

The refresh command property.
public static BindableProperty RefreshCommandProperty
Résultat BindableProperty