Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » XAML » Ink   (RSS)
Ink Reflections - in Silverlight
I have received several question from folks about my earlier post on Ink Reflections in WPF . People were curious how to accomplish the same or a similar effect in Silverlight, in the absence of the VisualBrush object. Clearly, WPF's VisualBrush is the Read More...
Fun with Ink & Xaml - Part2: Zoom and Scroll
Here is some more fun with ink and Xaml: Scrolling and zooming ink content - in WPF it is as easy as 1,2,3: 1) place an InkCanvas inside a ScrollViewer 2) assign a ScaleTransform to InkCanvas' LayoutTransform 3) data-bind to ScaleX/ScaleY properties in Read More...
Fun with Ink & Xaml - Part1: Ink Reflections
With the InkCanvas element in WPF you can create stunning inking experiences for TabletPC users (mouse users can play along, too!). Several very cool scenarios can be enabled just by writing markup - without any additional code behind. Here is a first Read More...
Page view tracker