Color Picker Kiki Saintonge PM – XAML Controls 2017.10.10.

Slides:



Advertisements
Similar presentations
Preface Demo A Quick Thank You How Did We Do It?
Advertisements

© 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
demo Default WANGPSLookup Default WANGPS.
Multitenant Model Request/Response General Model.
Announcing Demo Announcing.
demo Instance AInstance B Read “7” Write “8”
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
Accessibility on Windows 10
Data Science & Web Dev with Python in Visual Studio
Microsoft Connect /26/2018 1:00 AM
Azure API Management Jothi Prakash A
Возможности Excel 2010, о которых следует знать
Microsoft Connect /21/2018 9:41 PM
Azure Service Bus Rajesh Microsoft Connect /15/2018 6:45 AM
Microsoft Connect /17/2018 5:15 AM
11/19/2018 2:56 PM How to use Microsoft Teams, SharePoint, and Office 2016 to achieve more Daniel Glenn Practice Lead, InfoWorks © Microsoft Corporation.
Title of Presentation 11/22/2018 3:34 PM
Windows Device Portal and Remote Diagnostics
11/24/2018 4:51 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Getting Started With TypeScript
Database Continuous Integration and Deployment with Visual Studio SQL Server Data Tools in < 10 minutes Eric Kang Program Manager.
Continuous Integration & Deployment to Azure Container Service
Intranet web banner units
Title of Presentation 12/2/2018 3:48 PM
Application Insights Diagnostics Preview
Connected Animations Create seamless page transitions in the Fall Creators Update Steven Moyes Program Manager – User Experience Platform.
Web Development in Visual Studio 2017
Open sourced Power BI visuals The power you need for your custom visualization needs Lukasz Pawlowski Senior Program
Improving JavaScript Frameworks, Edge, & UWP Web Apps
Microsoft Connect /2/2019 9:06 AM
Microsoft Connect /17/2019 9:55 PM
Welcome to Azure Notebooks
Internal social media units
Azure Functions & Aurelia Serverless SPAs
Microsoft Connect /16/ :45 PM
Bringing desktop apps to the UWP using Desktop App Converter
C++ Productivity Improvements
2/22/2019 1:12 PM The Journey To Provision and Manage a Thousand Machine Cluster for Machine Learning Neil Sant Gat © Microsoft Corporation. All rights.
Microsoft Connect /23/ :38 AM
Microsoft Connect /24/ :10 PM
Microsoft Connect /25/2019 1:20 PM
Silverlight Debugging
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Learning with Xamarin Workbooks
Windows Device Portal Hirsch Singhal Program
“Hey Mom, I’ll Fix Your Computer”
Windows 8 Security Internals
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
My Experience In Troubleshooting BIZTALK360
From Start to REST in 60 Minutes (DEV323)
Reveal Highlight Introduction to using light in your app
My Experience In Handling BIZTALK360 Support
PENSACOLA ENERGY WORK PLAN OCTOBER 10, 2016
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Title of Presentation 5/12/ :53 PM
Шитманов Дархан Қаражанұлы Тарих пәнінің
Title of Presentation 5/24/2019 1:26 PM
Microsoft Connect /28/2019 1:25 AM
5/30/2019 1:59 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Microsoft Connect /29/2019 1:53 AM
Skype for Business Online Assessment Results
Active Directory Security Assessment Results
Title of Presentation 7/24/2019 8:53 PM
Power BI – The Circle is Complete
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
WCL425 App Compat for Nerds Chris Jackson.
Microsoft Connect /14/ :11 AM
Presentation transcript:

Color Picker Kiki Saintonge PM – XAML Controls 2017.10.10

Agenda ColorPicker Usage How to set it up Modes provided 1/18/2019 8:05 AM Agenda ColorPicker Usage How to set it up Modes provided Converting picked color to Brush © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

ColorPicker Default By default a ColorPicker provides you with the following: Square Color spectrum Alpha and Saturation channels RGB and Hex Input/Output

ColorPicker Modes Enabling or Disabling certain properties on the controls give you different picker looks. <ColorPicker x:Name="myColorPicker" ColorSpectrumShape="Ring" IsColorPreviewVisible="False" IsColorChannelTextInputVisible="False" IsHexInputVisible="False"/>

Demo Converting Picker color to a Brush