15
Source/Examples/WPF/ExampleBrowser/Renderer.cs
Normal file
15
Source/Examples/WPF/ExampleBrowser/Renderer.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="Renderer.cs" company="OxyPlot">
|
||||
// Copyright (c) 2020 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
namespace ExampleBrowser
|
||||
{
|
||||
public enum Renderer
|
||||
{
|
||||
Canvas,
|
||||
Canvas_XAML,
|
||||
SkiaSharp
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user