Refractored.XamForms.PullToRefresh.PullToRefreshLayout.PullToRefreshLayout C# (CSharp) Method

PullToRefreshLayout() public method

Initializes a new instance of the Refractored.XamForms.PullToRefresh.PullToRefreshLayout class.
public PullToRefreshLayout ( ) : System.Windows.Input
return System.Windows.Input
        public PullToRefreshLayout()
        {
            IsClippedToBounds = true;
            VerticalOptions = LayoutOptions.FillAndExpand;
            HorizontalOptions = LayoutOptions.FillAndExpand;
        }