This commit is contained in:
Jon Goldberger 2017-09-12 04:10:13 -10:00 коммит произвёл Rui Marinho
Родитель e2b443c92d
Коммит d1d6767e57
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -124,7 +124,7 @@ namespace Xamarin.Forms.Platform.WinRT
}
Control.Stretch = GetStretch(Element.Aspect);
if (Element.Aspect == Aspect.AspectFill) // Then Center Crop
if (Element.Aspect == Aspect.AspectFill || Element.Aspect == Aspect.AspectFit) // Then Center Crop
{
Control.HorizontalAlignment = HorizontalAlignment.Center;
Control.VerticalAlignment = VerticalAlignment.Center;