Tagged Questions

2
votes
2answers
5k views

WPF Binding to change fill color of ellipse

Probably a simple question but: How do I programmatically change the color of an ellipse that is defined in XAML based on a variable? Everything I've read on binding is based on collections and ...
1
vote
3answers
4k views

WPF: Create half elliptical button

I dont think this is quite possible, but its worth a shot to see what you guys say. I am trying to create a half-elliptical button in C# (not XAML, that might through another curve ball). If I wanted ...
0
votes
2answers
75 views

Silverlight Ellipse Height Transformation

I'm learning Silverlight for WP7 and have come across a slight problem: I want to transform the height to 1 and back (so it looks like spinning) around the center (it does it automatically for width). ...
0
votes
1answer
100 views

Increase distance when draw a ellipse

How can i increase the distance when i draw a ellipse from a certain point? This is the code i use to draw a ellipse in c#: public double[] CalculatePosition(double centerX, double centerY, double ...
0
votes
1answer
59 views

Ellipse size modifier

I have created a line in xamp file and I want to change the size (or redraw the line) of it in c#. How can I do it? is it possible to do it by calling Canvas.Set something
0
votes
1answer
155 views

How to set the Ellipse to change color when the video played until that specific timing in WPF

I have a video which last for 12 sec, and 2 ellipse which I have added in wpf... What I want is when the video reached eg at the 3 sec of that video, the 1st ellipse will be in red color. When it ...