From 17fdde66d94155fc62a034fa6658995bef6fd6e5 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 22 Mar 2016 13:02:25 -0700 Subject: Initial import --- docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml | 86 ++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml') diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml new file mode 100644 index 00000000..af7ad112 --- /dev/null +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Aspect.xml @@ -0,0 +1,86 @@ + + + + + Xamarin.Forms.Core + 1.0.0.0 + 1.1.0.0 + 1.2.0.0 + 1.3.0.0 + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + System.Enum + + + Defines how an image is displayed. + + + + + + + + Field + + 1.0.0.0 + 1.1.0.0 + 1.2.0.0 + 1.3.0.0 + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + Xamarin.Forms.Aspect + + + Scale the image to fill the view. Some parts may be clipped in order to fill the view. + + + + + + + + Field + + 1.0.0.0 + 1.1.0.0 + 1.2.0.0 + 1.3.0.0 + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + Xamarin.Forms.Aspect + + + Scale the image to fit the view. Some parts may be left empty (letter boxing). + + + + + + Field + + 1.0.0.0 + 1.1.0.0 + 1.2.0.0 + 1.3.0.0 + 1.4.0.0 + 1.5.0.0 + 2.0.0.0 + + + Xamarin.Forms.Aspect + + + Scale the image so it exactly fill the view. Scaling may not be uniform in X and Y. + + + + -- cgit v1.2.3