WPF problem modify style of images in multiple Button Templates?

Ok I found a way to access the images inside the Button. Template of the button whose child controls I wanted to hide. I used.

Up vote 1 down vote favorite share g+ share fb share tw.

I'm trying to create a control panel for a video camera, the panel has buttons for up, down, left and right etc. Each camera function up, down, left and right is represented by three images (see code below) for the left side, middle and right side. The control panel is circular so the corner images kind of overlap (its complicated to explain this without a visual). When I click on up for example I have to hide the initial three images (leftside, middle and right side) and display another three images for left , middle and right that indicate that the button is pressed.

I am achieving this by having a grid inside a button template. The problem I have is that for the corner images for the control there are really four images that represent this. For example for the top left corner the four images would be represent 1.

Top not clicked. 2. Top Clicked and 3.

Left Not clicked and 4. Left Clicked. My problem is if I need to make the images contained within the Top button have precedence when the top control is clicked or the images in the left button have precedence when the left button is clicked.

So it's like I want to modify the left button's image visible property when the top button is clicked and vise versa. This is really difficult to explain so I apologize if it makes little sense but I can email the source code on request if anyone is interested in my predicament. Wpf link|improve this question asked Dec 28 '10 at 20:47user55641561.

Ok I found a way to access the images inside the Button. Template of the button whose child controls I wanted to hide. I used Image imgTopLeftNormal = LeftSide.Template.

FindName("TopLeftNormal", LeftSide) as Image; in the code behind.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions