Advanced Forum Search Results
-
I think angle changing of the element, doesnt influent its Top and Left property.
-
Nice tutorials!
-
Huh, update!
Yes, this is possible!
-
Is there any way how to save image after applying any self made pixel shader ?
Saving images after applying any built in effects (blur or dropShadow) works fine.
I'm using writeable bitmap for that.
Tryed to do the same after applying swirl effect from: http://silverlight.net/learn/videos/all/pixel-effects/
and ...
-
Hello!
How can i remove or disable "maximize window option" from application while it runs out of browser?
-
Emh, never used hotmail, but as i understanded You want to create a new button with text which user typed in textBox?
Try something like this:
private void TextBox_KeyUp(object sender, KeyEventArgs e)
...
-
If You want to rotate objects, try this:
RotateTransform myNewRT = new RotateTransform();
myNewRT = 10.0; // any angle u wish
TransformGroup ...
-
Ideas:
For that blue thing, You can use your own made figure. (You can draw it expression bled). If You havent talents in drawing, just use rectangle.
In that rectangle put buttons, which U want to use (Basic, text,Objs, tratata...) .
After all that, U should create a storyboard, which will make your menu larger.
-
For example i drawed in Expression Blend something like pill :
<Canvas Height="311" Width="352" Canvas.Left="287" Canvas.Top="91">
<Path ...
-
I think this will not work.
I'm making a brush, to let the user draw something on canvas. So this brush should be added to canvas a lot of times, thats why this thing with visibility isn't good idea.