Top Banner
WPF4 Jaime Rodriguez Senior Technical Evangelist http://blogs.msdn.com/jaimer Microsoft Corporation
26

travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Dec 25, 2015

Download

Documents

Melvin Lucas
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

WPF4

Jaime RodriguezSenior Technical Evangelisthttp://blogs.msdn.com/jaimerMicrosoft Corporation

Page 2: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Session Objectives

Give you a good understanding of what’s in WPF4.0

What is comingWhen it will come

Page 3: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Lots of Good StuffCached compositionsTextclarityLayout roundingClickOnce improvementsMultitouchWindows 7 taskbarWindows 7 ribbon Focus mgt improvementsSupport for UIAccessible2VSM integrationFull Trust XBapsMedia element improvements

Client profileData controlsAccessibility improvementsControl themesChart controlsHundreds of good bug fixes tooPlus all the new goodness of .NET Framework 4!

Dynamic language supportMefGlobalization and NLS improvementsManaged/native code interopF#More…

Page 4: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

WPF4

Windows 7FundamentalsFeatures for larger apps (like VS…)Tooling and workflow

Page 5: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

travelSuru

demo

Page 6: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

WPF for Windows 7 Rapid Application Development on Win7 Innovations

Multi-TouchTaskbarRibbonCommon dialogsFile Explorer presence and customizationMore…Use these with .NET and via XAML in WPF

Page 7: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Multi-Touch in WPF

UIElement changesManipulation events (tracking and interpreter)Touch system gesture events (double-tap and rollover)Raw touch input events (for going to the metal)

Multi-touch support in controlsScrollViewer update to accept pan gesturesBase controls updated to be multi-touch awareMulti-capture support (for more than one contact

point at time)New multi-touch specific controls (e.g. ScatterView)

Compatible with Surface SDK 2.0

Page 8: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Surface HardwareWindows 7

Surface HardwareWindows

VistaWindows 7

NativeWin32

Application

Touch Development Roadmap

WPF 3.5

Surface SDK1.0

Managed Wrapper and

Interop

Managed Wrapper and Interop

WinFormsApplication

Windows 7 ReleaseNET 4.0 / Surface 2.0 Release

WPF 3.5 SP1

WPF 4.0

Surface SDK 2.0

WPF Application

Surface Application

Multi-Touch Controls

Multi-Touch API

Surface Multi-Touch Controls &

API

Multi-Touch API

Multi-Touch API and Controls

Page 9: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

WPF Taskbar Integration

Thumbnails toolbars Icon overlays Progress bars Jumplists

With XAML Support

Page 10: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

WPF Ribbon

FeaturesFulfills office fluent UI licensing requirementsRibbon with resizing and layout behaviorRibbontabsRibbongroupsRibbonapplicationmenu (Pearl)QuickaccesstoolbarKeytipsDesign time support

Page 11: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

WPF Tooling Improvements

RAD databindingEasier autolayoutMarkup extension intellisenseMore property editors

Visual Studio Designer

Blend3

Improvements to XAML authoring and workflowVSMBehaviorsTransition animationsPrototyping tools

Page 12: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

"Cider"

demo

Page 13: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Fundamentals

Framework deploymentApplication deploymentImproved interopText clarityLayout rounding/snappingMedia improvementsUIA – for accessibility and TFSGraphics performanceLocalization

Page 14: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Graphics

Composition API - give application authors fine grained control over caching rendered elements in video memory

An input to a shader effectAn image brush to fill any arbitrary 2D shapeA texture on a 3D model

Page 15: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

WPF 4.0 <left> versus GDI <right>

Page 16: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Layout Rounding

Rounds an object’s coordinates on whole pixels

UseLayoutRounding="True"

Page 17: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Framework Deployment

.NET 4 is a Side by Side release!Visual Studio and .NET support multi-targetingClient profile SKUSetup improvements

Page 18: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Client Profile SKU

Smaller, Faster NET Framework SKU.NET Framework Client Profile22mbSetup optimizations for ngen, download, etc.Works across ALL CONFIGURATIONS

Brandable deployment experienceDevelopers can customize app deployment experience to match brandCan integrate framework and app installersTools and documentation for creating these packages

Easier deployment of applicationsDevelopers may use deployment bootstrapper to manage the installation of their app and pre-reqsWill install application after the framework and launch it (.msi, .application or .xbap)

Page 19: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Client Profile Configurator Tool

Configurator tool http://www.codeplex.com/wpf/Release/ProjectReleases.aspx?ReleaseId=14962

Client profile Configuration designer “How To” series

http://windowsclient.net/wpf/wpf35/wpf-35sp1-start-here.aspx

Page 20: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Application Deployment

Continuing to make improvements to ClickOnce to enable a more seamless install and upgrade experience3.5 and SP1

Command-line arguments for CO deployed appsFile associations for CO deployed appsCO support for FireFox

4.0Background updates and custom install ux

Page 21: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Controls

WPF4DataGridDatePickerVSM

FutureChart ControlsMore…

Page 22: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Time-linesBeta1• XAML Compiler• Multi-Touch: • Input, Inertia,

Panning• Easing functions

Beta2• Cached

Composition• Direct Write• Windows 7

taskbar• Multi-Touch: • Controls,

Surface. • VSM • Layout rounding

Page 23: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

WPF4 and VS10

Best way to take advantage of Windows 7Solid fundamentals: Deployment and ubiquity, text clarity, interop, performance, controls, and completenessMuch improved tooling and designers with VS10 and Blend3Do

Download the beta, demos and give us feedback

Page 25: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

Please Complete an Evaluation FormYour feedback is important!

Evaluation forms can be found on each chairTemp Staff at the back of the room have additional evaluation form copies

Page 26: travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.

© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after

the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.