SizeRequest Constructors

Definition

Overloads

SizeRequest(Size)

Creates a new SizeRequest with the specified request size.

SizeRequest(Size, Size)

Creates a new SizeRequest object that requests at least the size minimum, but preferably the size request.

SizeRequest(Size)

Creates a new SizeRequest with the specified request size.

public SizeRequest (Xamarin.Forms.Size request);
new Xamarin.Forms.SizeRequest : Xamarin.Forms.Size -> Xamarin.Forms.SizeRequest

Parameters

request
Size

The size of the request.

Applies to

SizeRequest(Size, Size)

Creates a new SizeRequest object that requests at least the size minimum, but preferably the size request.

public SizeRequest (Xamarin.Forms.Size request, Xamarin.Forms.Size minimum);
new Xamarin.Forms.SizeRequest : Xamarin.Forms.Size * Xamarin.Forms.Size -> Xamarin.Forms.SizeRequest

Parameters

request
Size

The size of the request.

minimum
Size

The minimum size for the request.

Applies to