maui-linux/Xamarin.Forms.Core/IPlatform.cs

7 строки
161 B
C#

namespace Xamarin.Forms
{
internal interface IPlatform
{
SizeRequest GetNativeSize(VisualElement view, double widthConstraint, double heightConstraint);
}
}