Introduction
Code4Fun is a user interface toolkit which contains a collection of components such as a color slider, color range, color hexagon and color picker. It provides graphical representation to the Windows Universal Application by adding color and color range to labels, shapes etc.
Code4Fun is an extended color picker which contains attributes and properties to maintain their states. In this article, we are going to discuss how to use Metro Flow in Universal Windows Platform.
Now Code4Fun is available in CodePlex, Nuget Package manager and at the Code4Fun official website.
Before reading this article please go through the following articles to get some more knowledge about Universal Windows Platform (UWP) and Code4Fun Color Picker Component in UWP Using C#.
- Introduction to Universal Windows Platform (UWP) App Development
- Code4Fun Color Picker Component in UWP Using C#
The following are some of the requirements needed to complete this article.
- Visual Studio 2015 Update 1 (Community or Enterprise edition)
If you don’t have Visual Studio 2015 community edition it is absolutely free. To download Visual Studio 2015 Download Now. To install Universal Windows Platform (Windows 10 SDK) we are in need of the internet with good bandwidth.
- Windows 10 (Mandatory)
- Code4Fun Toolkit (Mandatory)
Open up Visual Studio to build Color Picker app in Universal Windows Platform.
Click New Project or File and then click New followed by Project / solution and new project creation wizard appears. Select Visual C# and then Windows.
Provide File name and click create a button to created the project. Then choose minimum target version from targeted version to start developing a Universal Windows application.
Now it's time to download and install Code4Fun Toolkit from the internet. Click Tools followed by Manage Nuget Packet Manager and then Package Manager Console. Then use the following command to download Code4Fun toolkit.
Install-Package Coding4Fun.Toolkit.Controls
Package Manager console takes up to 10 to 20 seconds to install the Code4Fun toolkit in our solution. After Code4Fun toolkit installation you will be able to find Coding4Fun.Toolkit.Controls under reference as shown below.


Join the conversation! Your thoughts help the community grow.