зеркало из https://github.com/DeGsoft/maui-linux.git
9 строки
87 B
C#
9 строки
87 B
C#
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
public enum Aspect
|
||
|
{
|
||
|
AspectFit,
|
||
|
AspectFill,
|
||
|
Fill
|
||
|
}
|
||
|
}
|