diff --git a/README.md b/README.md index e6143e5..85e1db3 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,12 @@ Soon, support will be added to: * **Tizen** using SkiaSharp * **WPF** using SharpDX + + #### System.Graphics This project is using **System.Graphics**. -System.Graphics is a cross-platform graphics library for iOS, Android, Windows, macOS and Linux completely in C#. With this library you can use a common API to target multiple abstractions allowing you to share your drawing code between platforms, or mix and match graphics implentations within a singular application. +[System.Graphics](https://github.com/jonlipsky/System.Graphics) is a cross-platform graphics library for iOS, Android, Windows, macOS and Linux completely in C#. With this library you can use a common API to target multiple abstractions allowing you to share your drawing code between platforms, or mix and match graphics implentations within a singular application. ## What controls are available? @@ -42,8 +44,8 @@ Currently there are the following controls: * **Switch** (Cupertino, Fluent, Material) Upcoming controls: -* DatePicker -* TimePicker +* DatePicker (Cupertino, Fluent, Material) +* TimePicker (Cupertino, Fluent, Material) The controls have the same properties and events as those existing in Xamarin.Forms. diff --git a/images/graphicscontrols-platforms.png b/images/graphicscontrols-platforms.png new file mode 100644 index 0000000..ceaa389 Binary files /dev/null and b/images/graphicscontrols-platforms.png differ