7 строки
161 B
C#
7 строки
161 B
C#
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
internal interface IPlatform
|
||
|
{
|
||
|
SizeRequest GetNativeSize(VisualElement view, double widthConstraint, double heightConstraint);
|
||
|
}
|
||
|
}
|