Volunteer .NET Evangelist

A well oiled machine can’t run efficiently, if you grease it with water.
  首页  :: 联系 :: 订阅 订阅  :: 管理

I See Cool Stuff Today

Posted on 2006-09-26 20:54  Sheva  阅读(987)  评论(1编辑  收藏  举报
    Just paste the following xaml into the XamlPad shipped with Microsoft Windows SDK or the XamlPad I create myself, you will get some unexpected surprise, really cool indeed:

<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
         xmlns:x
="http://schemas.microsoft.com/winfx/2006/xaml"
         Margin
="10"
         OpacityMask
="#99000000">
    <
Button/>
</
Viewbox>

    This is what I get in my own XamlPad: