Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jul 9, 2021
1 parent a52d211 commit 3e3bfb0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# API diff: SkiaSharp.Views.UWP.dll

## SkiaSharp.Views.UWP.dll

### Namespace SkiaSharp.Views.UWP

#### Type Changed: SkiaSharp.Views.UWP.SKXamlCanvas

Modified base type:

```diff
-Windows.UI.Xaml.FrameworkElement
+Windows.UI.Xaml.Controls.Canvas
```



19 changes: 19 additions & 0 deletions changelogs/SkiaSharp.Views.Uno/2.80.3/SkiaSharp.Views.UWP.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,23 @@ public static void RegisterResourceDictionariesBySource ();
```


#### Type Changed: SkiaSharp.Views.UWP.SKSwapChainPanel

Added property:

```csharp
public static bool RaiseOnUnsupported { get; set; }
```


#### Type Changed: SkiaSharp.Views.UWP.SKXamlCanvas

Modified base type:

```diff
-Windows.UI.Xaml.FrameworkElement
+Windows.UI.Xaml.Controls.Canvas
```



0 comments on commit 3e3bfb0

Please sign in to comment.