This commit is contained in:
Matthew Leibowitz 2017-06-02 21:50:25 -05:00
Родитель d300e7fdad
Коммит 3bf643a66b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,7 +10,7 @@ namespace SkiaSharp.Views.Forms
BindableProperty.Create(nameof(HasRenderLoop), typeof(bool), typeof(SKGLView), false);
public static readonly BindableProperty EnableTouchEventsProperty =
BindableProperty.Create(nameof(EnableTouchEvents), typeof(bool), typeof(SKCanvasView), false);
BindableProperty.Create(nameof(EnableTouchEvents), typeof(bool), typeof(SKGLView), false);
public bool HasRenderLoop
{