C# 클래스 Refractored.XamForms.PullToRefresh.PullToRefreshLayout

Pull to refresh layout.
상속: Xamarin.Forms.ContentView
파일 보기 프로젝트 열기: jamesmontemagno/Xamarin.Forms-PullToRefreshLayout 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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