Advanced Forum Search Results
-
I see tha last post on this subject is over 1.5 years old. Is there any update to this? Can I use Row.FindName() in order to obtain a reference to a control that is in a Row? If not, how can I do this?
-
Hello,
I saw a bunch of examples of animating a PlaneProjection with Storyboards (XAML based or C# based) but I haven't seen any using direct changes to the RotationX, RotationY or RotationZ values with either a timer, a loop or otherwise.
I tried a few things but none seem to work.
Has anybody done anything like this?
-
The Image is created from an arbitrary UIElement in real time, using the exact same colors as in the UIElement. Once the image is created, I need to do a second pass and change all pixels of a given color to be transparent.
Any ideas of how to do that?
-
I have an Image created using the WriteableBitmap Render method.
Now, I have to make a specific color on that image to be transparent.
Does anybody have a sample of how can I do this with the ShadeEffect class or otherwise?
Thank you!
-
Thank you Chandler. Great link!
-
Hi bryant,
Yes, exactly, the perspective of the glasses is what I'm looking for.
Something like a "Scale Gradient", that would allow me to linearly scale a UIElement.
All of the examples with 3D cubes that have images or media elements on each face of the cube do not apply this kind of perspective effect to the images or ...
-
Is it possible in Silverlight to give a perspective illusion to a 2D object such as an image or media element or rectangle?
For example, I want to make a picture rotate "into the monitor" (around the Y-axis) such that the side that is "sticking out" is larger than the one "into the monitor".
Is this ...
-
Bryant,
Thank you for your reply! You gave me some insights.
The issue I run into was that the derived control XAML had to have the Base Control as its Template and this led to some complications. So I ended up using a different architecture.
-
Here's the situation: I have a custom Control (BaseControl) that encapsulates common properties and methods. This BaseControl uses the Parts & States model and has a ControlTemplate defined in generic.xaml. The template has a ContentPresenter bound to the Content property. So far, so good.
Now I want to create a ...
-
Hello fstanek,
You are raising an interesting issue.
I have developed an application that uses MediaElement markers that trigger animations that build-in or build-out different objects. For example, when a marker is reached, an animation on the opacity fades an object in and then another marker triggers an animation that fades it ...