From 0b4af0e15ab1e3874b196dbda42d25a9e0e4ef67 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 14 Nov 2016 07:24:10 +0200 Subject: [PATCH] Updated docs --- docs/en/SkiaSharp.Views.Forms/SKCanvasView.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/en/SkiaSharp.Views.Forms/SKCanvasView.xml b/docs/en/SkiaSharp.Views.Forms/SKCanvasView.xml index 617a6e02..041b5312 100644 --- a/docs/en/SkiaSharp.Views.Forms/SKCanvasView.xml +++ b/docs/en/SkiaSharp.Views.Forms/SKCanvasView.xml @@ -63,9 +63,11 @@ System.Boolean - To be added. - To be added. - To be added. + Gets or sets a value indicating whether the drawing canvas should be resized on high resolution displays. + + + + By default, when false, the canvas is resized to 1 canvas pixel per display pixel. When true, the canvas is resized to device independent pixels, and then stretched to fill the view. Although performance is improved and all objects are the same size on different display densities, blurring and pixellation may occur. @@ -79,8 +81,10 @@ Xamarin.Forms.BindableProperty - To be added. - To be added. + Implements the  property, and allows the  class to bind it to properties on other objects at run time. + + +