An open API service indexing awesome lists of open source software.

https://github.com/xamlbrewer/uwp-elliptical-arc-sample

Demonstrates techniques to draw and bind to an Elliptical Arc path in UWP.
https://github.com/xamlbrewer/uwp-elliptical-arc-sample

arc composition elliptical path uwp xaml

Last synced: 4 months ago
JSON representation

Demonstrates techniques to draw and bind to an Elliptical Arc path in UWP.

Awesome Lists containing this project

README

          

# UWP-Elliptical-Arc-Sample
Demonstrates techniques to draw and bind to an Elliptical Arc path in UWP:
* {x:Bind} via a ViewModel to an ArcSegment XAML element, and
* {Binding} to a user control that uses Win2D and Composition.

Demonstrates how to build a user control for circle segments and pie shapes.

![Screenshot](Assets/ArcSegment.png?raw=true)

![Screenshot](Assets/Composition.png?raw=true)

![Screenshot](Assets/CircleSegment.png?raw=true)

![Screenshot](Assets/Gallery.png?raw=true)