summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/GetDesiredSizeDelegate.cs
blob: 11f77ebf3a9c786255da80469103e05f5ef78755 (plain)
1
2
3
4
namespace Xamarin.Forms.Platform.Android
{
	public delegate SizeRequest? GetDesiredSizeDelegate(NativeViewWrapperRenderer renderer, int widthConstraint, int heightConstraint);
}