Browse by Tags
All Tags »
XAML (RSS)
Check them out - including screenshots - on Karl’s (one of my friends) site: http://karlshifflett.wordpress.com/xaml-power-toys/ XAML Power Toys Speed up production of Business (LOB) Applications in WPF and Silverlight! Automatically create XAML views
Read More...
I just found this very nice blog entry with hints for WPF 3D Summary of the hints that I found more interesting/not common: 1. Set Viewport3D.IsHitTestVisible to false. It's true by default, which means that hit testing for 3D content is performed on
Read More...
Here is a simple function that will convert RTF data on the clipboard to XAML: /// <summary> /// Returns the text contents of the clipboard as XAML /// </summary> /// <returns></returns> public static string GetFormattedXamlFromClipboard()
Read More...
Do you remember long time ago when you (or someone else) used to play with small and cute snails, dirt, and sticky, slimy things? The blobs are here again! Remember your most precious childhood memories (where applicable) with this short blobbyfying experience.
Read More...
Attachment(s): Blobs.xaml
You would be glad to know that some of the improvements in May CTP include: - Support for x:Static - Traversing properties, for e xample: TargetProperty = " (Control.Background).(LinearGradientBrush.GradientStops)[1].(Offset) " - Improved resolution of
Read More...
Attachment(s): MayCTPExample1RSSReader.zip