文件名称:WPF全景控件Panorama源码
文件大小:989KB
文件格式:ZIP
更新时间:2015-08-11 12:31:37
C#,控件
WPF全景控件Panorama源码 源码描述: Panorama的作用是非常简单,可以很容易地总结以下几点: 1.Create a Metro style control. I say Style, as it may not be 100% in line with what the Win8 Metro tile interface does, or how it functions, but to be honest, it fitted my needs well enough and I figured it may be OK for others. So be warned, it is not like the best control ever, it is in fact pretty simple. 2.Allow it to be used in direct content mode/or use MVVM to drive the creation of UI elements, via DataBinding. 3.Allow users to customise the primary/complementary colors that should be used when generating tiles. 4.Allow single tile group snap back animations (you know when you have not dragged past 1/2 way ala iPhone UI experience, it snaps back to the previous tile group). 5.Works with WPF. 1.创建一个Metro风格控制。 2.允许它被用于直接的内容模式/或使用的MVVM推动创建UI元素,通过数据绑定。 3.当generating tiles允许用户自定义的主/辅颜色。 4.允许单一的tile group背景(可以来回拉动背景)。 5.工作环境为WPF。