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.
- Host: GitHub
- URL: https://github.com/xamlbrewer/uwp-elliptical-arc-sample
- Owner: XamlBrewer
- Created: 2018-10-24T19:26:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T07:03:17.000Z (over 7 years ago)
- Last Synced: 2025-04-13T04:29:59.571Z (about 1 year ago)
- Topics: arc, composition, elliptical, path, uwp, xaml
- Language: C#
- Homepage: https://xamlbrewer.wordpress.com/2018/12/06/creating-bindable-path-controls-in-uwp/
- Size: 23.4 MB
- Stars: 12
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.



