C# Класс Refractored.XamForms.PullToRefresh.PullToRefreshLayout

Pull to refresh layout.
Наследование: Xamarin.Forms.ContentView
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
IsPullToRefreshEnabledProperty BindableProperty
IsRefreshingProperty BindableProperty
RefreshBackgroundColorProperty BindableProperty
RefreshColorProperty BindableProperty
RefreshCommandProperty BindableProperty

Открытые методы

Метод Описание
PullToRefreshLayout ( ) : System.Windows.Input

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

Защищенные методы

Метод Описание
OnSizeRequest ( double widthConstraint, double heightConstraint ) : SizeRequest

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

Описание методов

OnSizeRequest() защищенный Метод

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.
Результат SizeRequest

PullToRefreshLayout() публичный Метод

Initializes a new instance of the Refractored.XamForms.PullToRefresh.PullToRefreshLayout class.
public PullToRefreshLayout ( ) : System.Windows.Input
Результат System.Windows.Input

Описание свойств

IsPullToRefreshEnabledProperty публичное статическое свойство

The is pull to refresh enabled property.
public static BindableProperty IsPullToRefreshEnabledProperty
Результат BindableProperty

IsRefreshingProperty публичное статическое свойство

The is refreshing property.
public static BindableProperty IsRefreshingProperty
Результат BindableProperty

RefreshBackgroundColorProperty публичное статическое свойство

Color property of refresh background color
public static BindableProperty RefreshBackgroundColorProperty
Результат BindableProperty

RefreshColorProperty публичное статическое свойство

Color property of refresh spinner color
public static BindableProperty RefreshColorProperty
Результат BindableProperty

RefreshCommandProperty публичное статическое свойство

The refresh command property.
public static BindableProperty RefreshCommandProperty
Результат BindableProperty