Reveal Highlight Introduction to using light in your app

Slides:



Advertisements
Similar presentations

Advertisements

Crispin Cowan, PhD Senior PM, WinCore Security Microsoft Corporation PC51.
Interactivity Navigating a data model Working with large quantities of data Entry Editing and adding data User feedback and validation Presentation.
customer.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo Demo.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Build accessible Metro style apps using XAML
Windows Azure Jeffrey Ferman Program Manager 3-006
6/12/2018 3:52 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Accessibility on Windows 10
Developing apps for the Internet of Things
Introduction to Building Accessible Universal Windows Apps
Azure API Management Jothi Prakash A
Build data-driven collection and list apps using XAML
Building Awesome HTML Applications in Blend for Windows 8
What’s New in Accessibility (for Developers and Users)
Microsoft Connect /21/2018 9:41 PM
Reaching more customers with accessible Metro style apps using HTML5
Microsoft Build /19/2018 2:06 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Deep dive on app data roaming
Xamarin Inspector & Profiler for Visual Studio Enterprise
11/24/2018 4:51 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Build /24/2018 2:23 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Database Continuous Integration and Deployment with Visual Studio SQL Server Data Tools in < 10 minutes Eric Kang Program Manager.
MIX 09 11/24/2018 9:18 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Microsoft Connect /26/2018 6:09 PM
Visual Studio 2012 and Blend
XAML Deep Dive for Windows & Windows Phone Apps Jump Start
Application Insights Diagnostics Preview
Connected Animations Create seamless page transitions in the Fall Creators Update Steven Moyes Program Manager – User Experience Platform.
Build polished collection and list apps in HTML5
Web Development in Visual Studio 2017
The lifetime of XAML text: from input to display through printing
Open sourced Power BI visuals The power you need for your custom visualization needs Lukasz Pawlowski Senior Program
Extending Microsoft Teams
Microsoft Build /2/2019 4:12 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Xamarin Test Recorder John Lago Senior Program Manager.
Microsoft Connect /17/2019 9:04 AM
Microsoft Connect /17/2019 9:55 PM
Color Picker Kiki Saintonge PM – XAML Controls
Welcome to Azure Notebooks
Microsoft Build /18/ :04 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Azure Functions & Aurelia Serverless SPAs
Microsoft Connect /16/ :45 PM
Bringing desktop apps to the UWP using Desktop App Converter
C++ Productivity Improvements
Microsoft Connect /23/ :38 AM
Microsoft Connect /24/ :10 PM
Microsoft Connect /25/2019 1:20 PM
Connected Animations Varun Shandilya Senior Program Manager Windows UI.
Amsterdam, Netherlands October 2018
Learning with Xamarin Workbooks
4/15/2019 1:57 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
My Experience In Troubleshooting BIZTALK360
My Experience In Handling BIZTALK360 Support
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Code First Development in Microsoft ADO.NET Entity Framework 4.1
5/14/ :08 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Build /20/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
5/25/2019 2:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
5/30/2019 1:59 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
John Hazen Principal Program Manager Lead Microsoft Corporation
6/22/2019 2:20 PM © 2006 Microsoft Corporation. All rights reserved.
Power BI – The Circle is Complete
Tech·Ed North America /7/2019 2:30 PM
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
WCL425 App Compat for Nerds Chris Jackson.
Microsoft Connect /14/ :11 AM
Presentation transcript:

Reveal Highlight Introduction to using light in your app Kiki Saintonge Program Manager, XAML Controls

Agenda What is Reveal Highlight? How to set it up 5/3/2019 8:03 PM Agenda What is Reveal Highlight? When and where to use it How to set it up Where Reveal Highlight works by default How to turn it on for common controls How to enable it for custom controls Reveal Highlight is our new visual affordance we’re giving you to help indicate user intent, location on screen, and interaction type. We do this through introducing the real, physics-based light that shows interaction type when navigating through an app. This is done through two main parts that make up Reveal Highlight: Showing interactive element borders on approach, and © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Calculator App Speaker name

How to use Reveal Highlight Reveal Highlight runs by default on: All List Controls, NavigationView, AutoSuggestBox, CommandBar, and MediaTransportControl Smaller common controls support a Reveal Highlight style <Button Content="Button Content" Style="{StaticResource ButtonRevealStyle}"/>

Demo Enabling Reveal Highlight on Custom Controls Speaker name