C# Class Refractored.XamForms.PullToRefresh.PullToRefreshLayout

Pull to refresh layout.
Inheritance: Xamarin.Forms.ContentView
Datei anzeigen Open project: jamesmontemagno/Xamarin.Forms-PullToRefreshLayout Class Usage Examples

Public Properties

Property Type Description
IsPullToRefreshEnabledProperty BindableProperty
IsRefreshingProperty BindableProperty
RefreshBackgroundColorProperty BindableProperty
RefreshColorProperty BindableProperty
RefreshCommandProperty BindableProperty

Public Methods

Method Description
PullToRefreshLayout ( ) : System.Windows.Input

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

Protected Methods

Method 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 method

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.
return SizeRequest

PullToRefreshLayout() public method

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

Property Details

IsPullToRefreshEnabledProperty public_oe static_oe property

The is pull to refresh enabled property.
public static BindableProperty IsPullToRefreshEnabledProperty
return BindableProperty

IsRefreshingProperty public_oe static_oe property

The is refreshing property.
public static BindableProperty IsRefreshingProperty
return BindableProperty

RefreshBackgroundColorProperty public_oe static_oe property

Color property of refresh background color
public static BindableProperty RefreshBackgroundColorProperty
return BindableProperty

RefreshColorProperty public_oe static_oe property

Color property of refresh spinner color
public static BindableProperty RefreshColorProperty
return BindableProperty

RefreshCommandProperty public_oe static_oe property

The refresh command property.
public static BindableProperty RefreshCommandProperty
return BindableProperty