CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 Windows Mobile

文件名称:MobileFramework_v0_2

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    97.31kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Windows Mobile 5/6 平台上开发用户界面的应用框架。包含支持旋转、缩放、动画、变换等功能的控件和图形原语。-An application framework for developing composite user interfaces (similar to Silverlight/WPF) on Windows Mobile 5 and 6 devices. It contains controls and graphic primitives that support rotation, scaling, animation, behaviours and transitions.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

CodePlexExport/Demo/
CodePlexExport/Demo/Demo.csproj
CodePlexExport/Demo/MainForm.cs
CodePlexExport/Demo/MainForm.Designer.cs
CodePlexExport/Demo/MainForm.resx
CodePlexExport/Demo/Navigation/
CodePlexExport/Demo/Navigation/INavigator.cs
CodePlexExport/Demo/Navigation/IView.cs
CodePlexExport/Demo/Navigation/TransitionNavigator.cs
CodePlexExport/Demo/Presenters/
CodePlexExport/Demo/Presenters/DragPresenter.cs
CodePlexExport/Demo/Presenters/GlassPresenter.cs
CodePlexExport/Demo/Presenters/LayoutPresenter.cs
CodePlexExport/Demo/Presenters/ParentedPresenter.cs
CodePlexExport/Demo/Presenters/TransitionPresenter.cs
CodePlexExport/Demo/Presenters/WelcomePresenter.cs
CodePlexExport/Demo/Program.cs
CodePlexExport/Demo/Properties/
CodePlexExport/Demo/Properties/AssemblyInfo.cs
CodePlexExport/Demo/Properties/Resources.Designer.cs
CodePlexExport/Demo/Properties/Resources.resx
CodePlexExport/Demo/Views/
CodePlexExport/Demo/Views/LayoutView.xml
CodePlexExport/Demo/Views/WelcomeView.xml
CodePlexExport/License.txt
CodePlexExport/MobileUI.sln
CodePlexExport/Spencen.Mobile.Markup/
CodePlexExport/Spencen.Mobile.Markup/Properties/
CodePlexExport/Spencen.Mobile.Markup/Properties/AssemblyInfo.cs
CodePlexExport/Spencen.Mobile.Markup/Spencen.Mobile.Markup.csproj
CodePlexExport/Spencen.Mobile.Markup/XamlAttribute.cs
CodePlexExport/Spencen.Mobile.Markup/XamlElement.cs
CodePlexExport/Spencen.Mobile.Markup/XamlNamespaceMappingAttribute.cs
CodePlexExport/Spencen.Mobile.Markup/XamlNode.cs
CodePlexExport/Spencen.Mobile.Markup/XamlReader.cs
CodePlexExport/Spencen.Mobile.UI/
CodePlexExport/Spencen.Mobile.UI/Animations/
CodePlexExport/Spencen.Mobile.UI/Animations/Animation.cs
CodePlexExport/Spencen.Mobile.UI/Animations/AnimationManager.cs
CodePlexExport/Spencen.Mobile.UI/Animations/BrushAnimation.cs
CodePlexExport/Spencen.Mobile.UI/Animations/ColorAnimation.cs
CodePlexExport/Spencen.Mobile.UI/Animations/FloatAnimation.cs
CodePlexExport/Spencen.Mobile.UI/Animations/PointAnimation.cs
CodePlexExport/Spencen.Mobile.UI/Behaviors/
CodePlexExport/Spencen.Mobile.UI/Behaviors/Behavior.cs
CodePlexExport/Spencen.Mobile.UI/Behaviors/BehaviorCollection.cs
CodePlexExport/Spencen.Mobile.UI/Behaviors/DragBehaviour.cs
CodePlexExport/Spencen.Mobile.UI/Behaviors/IBehavior.cs
CodePlexExport/Spencen.Mobile.UI/Canvas.bmp
CodePlexExport/Spencen.Mobile.UI/Canvas.cs
CodePlexExport/Spencen.Mobile.UI/Canvas.xmta
CodePlexExport/Spencen.Mobile.UI/Commanding/
CodePlexExport/Spencen.Mobile.UI/Commanding/DelegateCommand.cs
CodePlexExport/Spencen.Mobile.UI/Commanding/ICommand.cs
CodePlexExport/Spencen.Mobile.UI/Controls/
CodePlexExport/Spencen.Mobile.UI/Controls/ButtonBar.cs
CodePlexExport/Spencen.Mobile.UI/Controls/GlassButton.cs
CodePlexExport/Spencen.Mobile.UI/Controls/ItemsControl.cs
CodePlexExport/Spencen.Mobile.UI/Controls/ListControl.cs
CodePlexExport/Spencen.Mobile.UI/Controls/NavigationButtonBar.cs
CodePlexExport/Spencen.Mobile.UI/DesiredSize.cs
CodePlexExport/Spencen.Mobile.UI/Dpi.cs
CodePlexExport/Spencen.Mobile.UI/DrawingElement.cs
CodePlexExport/Spencen.Mobile.UI/DrawingElementCollection.cs
CodePlexExport/Spencen.Mobile.UI/DrawingSupport.cs
CodePlexExport/Spencen.Mobile.UI/Easings/
CodePlexExport/Spencen.Mobile.UI/Easings/CubicEasing.cs
CodePlexExport/Spencen.Mobile.UI/Easings/ElasticEasing.cs
CodePlexExport/Spencen.Mobile.UI/Easings/IEasingFunction.cs
CodePlexExport/Spencen.Mobile.UI/Easings/SineWaveEasing.cs
CodePlexExport/Spencen.Mobile.UI/GraphicsContext.cs
CodePlexExport/Spencen.Mobile.UI/IDrawingHost.cs
CodePlexExport/Spencen.Mobile.UI/Images/
CodePlexExport/Spencen.Mobile.UI/Images/ButtonFrame.png
CodePlexExport/Spencen.Mobile.UI/Layout/
CodePlexExport/Spencen.Mobile.UI/Layout/HorizontalElementAlignment.cs
CodePlexExport/Spencen.Mobile.UI/Layout/LayoutEngine.cs
CodePlexExport/Spencen.Mobile.UI/Layout/RadialLayout.cs
CodePlexExport/Spencen.Mobile.UI/Layout/StackLayout.cs
CodePlexExport/Spencen.Mobile.UI/Layout/StretchLayout.cs
CodePlexExport/Spencen.Mobile.UI/Layout/VerticalElementAlignment.cs
CodePlexExport/Spencen.Mobile.UI/Layout/WrapLayout.cs
CodePlexExport/Spencen.Mobile.UI/Markup/
CodePlexExport/Spencen.Mobile.UI/Markup/Converters/
CodePlexExport/Spencen.Mobile.UI/Markup/Converters/Binding.cs
CodePlexExport/Spencen.Mobile.UI/Markup/Converters/BrushConverter.cs
CodePlexExport/Spencen.Mobile.UI/Markup/Converters/ColorConverter.cs
CodePlexExport/Spencen.Mobile.UI/Markup/Converters/IConverter.cs
CodePlexExport/Spencen.Mobile.UI/Markup/Converters/PaddingConverter.cs
CodePlexExport/Spencen.Mobile.UI/Markup/Converters/PenConverter.cs
CodePlexExport/Spencen.Mobile.UI/Markup/Converters/SizeConverter.cs
CodePlexExport/Spencen.Mobile.UI/Markup/Converters/ValueTypeConverter.cs
CodePlexExport/Spencen.Mobile.UI/Markup/XamlRenderer.cs
CodePlexExport/Spencen.Mobile.UI/Padding.cs
CodePlexExport/Spencen.Mobile.UI/PlatformAPI/
CodePlexExport/Spencen.Mobile.UI/PlatformAPI/Gradientfill.cs
CodePlexExport/Spencen.Mobile.UI/PlatformAPI/GraphicsExtension.cs
CodePlexExport/Spencen.Mobile.UI/PlatformAPI/IImagingFactory.cs
CodePlexExport/Spencen.Mobile.UI/PlatformAPI/PlatformAPIs.cs
CodePlexExp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com