c# - Set UI elements on equidistant points on circumference of an ellipse using XAML -
i'm making analog clock-like app , need numbers (represented buttons) on clock face @ equidistant points 1 another. there way identify specific ponts , distances between them on ellipse , place ui elements centered on appropriate points? have feeling need use canvas logic implementation evades me.
in other words, how place buttons or other controls on equidistant points along predefined geometry anchored points?
http://www.charlespetzold.com/blog/2006/04/070132.html
here xaml clock great charles petzold
http://www.codeproject.com/articles/29438/analog-clock-in-wpf
and here solution in wpf should portable
Comments
Post a Comment