Advanced Forum Search Results
-
Great! Very useful thanks, was getting confused expecting it to be persisted in KeyDown events. Keyboard.Modifiers - who'd have thought ;)
-
Superb.
.netdan you solved my problem! I didn't think to override the KeyDown event in an extended version of the TextBox class.
Thanks!
-
I think this may well qualify for the dumbest question I've ever posted.
Ignore this entirely.
-
Hi there,
I have an image with a RectangleGeometry clip and a RotateTransform.
I want to be able to rotate the image but keep the clipping area static - so the image appears behind a "window". Is there a *simple* way to achieve this? (i.e. not doing a path clip and calculating an angled rectangle to always counter the rotation ...
-
I can't do coll.Add(points) because I'm using an array of points; coll.Add(points) only accepts the proper collection object.
I'm now back in a situation again where I need to do this.
Ultimately I need to manipulate a lot of Stroke points at run-time.
The following is not ...
-
Hi Laere,
Thanks for that.
Normally such loops are fine, but in my particular case it was going to cause me grief.
You're right, there is such a constructor method for StylusPointCollection in WPF, but not in Silverlight.
Again, you're most likely right that it would just do a for loop itself anyway (I haven't ...
-
I am working with a "StylusPointsCollection" (for Strokes on an InkPresenter), attempting to declare such a collection with an array.
A StylusPointCollection is a collection of objects of type "StylusPoint" (to state the obvious).
I want to create a new collection and add an array of StylusPoint objects in one go. So, ...
-
Does anyone have any help on this?
I would certainly appreciate the help, or at least someone saying:
"Silverlight 2 categorically does not support colour space"... and hopefully:
"Silverlight 3, however..."
-
OK well obviously the problem is that using MSBuild namespace in C# to compile a Silverlight application is binding somehow to the full .NET 3.5 framework.
I need a binding redirect to the Silverlight version of the .NET framework.
The big question is: why does it work at command line with the exact same project file?
-
I'm guessing no one knows how to do this...