Tagged Questions
2
votes
2answers
364 views
How can I draw a circle sector with the ellipse class?
I would like to make a sector of a circle on WP7. I tried to do this with the ellipse class and I found a lot of solution, which make a gauge or pie chart or something, but I need just the essence.
...
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 ...
2
votes
2answers
1k views
In XAML, how can I keep an ellipse being a circle?
I'm getting XAML-blind I'm afraid. I'm developing a MS Surface application and I have an ellipse inside a ScatterViewItem (a container an end user can resize). I would like to keep the ellipse a ...
1
vote
1answer
219 views
Ellipse Geometry Custom Shape
I am deriving from shape to draw an ellipse. The drawing starts at 0,0 so only the bottom right corner of the ellipse its drawn. How do I transform the origin in the overridegeometry method:
class ...
1
vote
2answers
102 views
Resize circle button with draging like in designer window
I have a circular button, which I want to resize (similarly to how you do it in the design window). If this was a rectangle I can attach some thumbs or adorners around the edges and keep track of the ...
1
vote
1answer
2k views
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
3answers
47 views
How to draw a ellipse/oval this in WPF?
I have two points and I want to draw a ellipse/circle to around these points.
these points' position are unfixed.
Can anybody help me?
0
votes
2answers
73 views
Dynamically adding and moving ellipses using WPF
I'm using WPF and having trouble dynamically/programatically adding ellipses to my grid.
I'm dynamically allocating and placing ellipses inside myGrid. Trouble is the position on the ellipses don't ...
0
votes
0answers
107 views
Draw an Ellipse using PathGeometry
How can I draw an ellipse using PathGeometry without using an equation for ellipse? Maybe bezier curves? Note: I do not want to use EllipseGeometry.
0
votes
1answer
166 views
CombineGeometry between an Ellipse and a Line getting no intersection
So I tested this code (intersection between two ellipses, look at the accepted answer), but if I change one of the ellipses to a line geometry (or path geometry representing a line) and it gives me no ...
0
votes
1answer
64 views
Bounding box cutting of edges on custom ellipse
I have a custom ellipse code shown bellow. I draw a rubber band using the ellipse setting the width and height using two points, code shown bellow. However when I draw the ellipse the bounding box is ...
0
votes
2answers
40 views
Inheritance Issue
I have drawing program that the user can draw either an ellipse or a line, which both derive from shape. I am creating one rubber band, and depending on what the user is drawing i say
rubberBand = ...
0
votes
0answers
54 views
WPF Mediaelement Source from Ellipse
I have an ItemsControl to arrange some ellipses from DataGrid. On EllipseMouseEnter I want to play a sound from source. Now I have two displayed ellipses, and on MouseEnter, only the song that is ...
0
votes
1answer
99 views
wpf use ellipse for progress
curious about using ellipse for showing progress, probably as the progress bar uses IsIndeterminate. I'll have ellipse where either color or opacity create an effect of moving
from left to right, but ...
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 ...
0
votes
2answers
118 views
Any way to tell what part of a WPF Ellipse shape a user has clicked on?
This may seem like a silly question, but is there some way to determine what part (say, a quadrant) of an Ellipse that a user clicked on?
Or is the only option to just figure it out based on mouse ...
0
votes
1answer
937 views
wpf style ellipse button Fill property Image
Hello
I am trying to create a RadialButton style with an image and I want that image (source) to be variable.
<Style x:Key="RadialButton1" TargetType="Button">
<Setter ...
0
votes
1answer
246 views
how to deform an ellipse in running time
i first sorry about my english,i´ll try to explain want i want to do
i need to draw an ellipse with wpf that represents an aura and it´s "deformations" representing problematic zones in it,in short ...
0
votes
2answers
752 views
Setting properties on child elements in trigger on parent element
I have a user cotrol which consists of a canvas that contains an ellipse and a viewbox. The ellipse is the background, and the viewbox is filled at runtime with graphics loaded from another assembly. ...
0
votes
1answer
336 views
Scaled ellipse over button, button not clickable
I'm scaling an ellipse in an animation with the following code:
ScaleTransform myScTransform = new ScaleTransform();
TransformGroup myTransGroup = new TransformGroup();
...
0
votes
2answers
1k views
Ellipse geometry bound points
Is there an automatic way to get all the points of an ellipse stroke, without the filling points?
0
votes
1answer
905 views
WPF Ellipse Black Background
How can I remove the black background color in the corners of the ellipse?
Thanks,