All Projects → Raamakrishnan → Uwp Styles Library

Raamakrishnan / Uwp Styles Library

Just a collection of some cool styles that you can just add on to your next UWP project!

Projects that are alternatives of or similar to Uwp Styles Library

Microsoft Ui Xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
Stars: ✭ 4,428 (+8415.38%)
Mutual labels:  uwp, xaml
Gank.uwp
http://gank.io 第三方客户端UWP版
Stars: ✭ 41 (-21.15%)
Mutual labels:  uwp, xaml
Rapid Xaml Toolkit
Tools to accelerate XAML development within Visual Studio.
Stars: ✭ 427 (+721.15%)
Mutual labels:  uwp, xaml
Handycontrols
Contains some simple and commonly used WPF controls based on HandyControl
Stars: ✭ 347 (+567.31%)
Mutual labels:  xaml, style
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-9.62%)
Mutual labels:  uwp, xaml
Ammyui
Ammy language repository
Stars: ✭ 356 (+584.62%)
Mutual labels:  uwp, xaml
Adaptivecards
A new way for developers to exchange card content in a common and consistent way.
Stars: ✭ 950 (+1726.92%)
Mutual labels:  uwp, xaml
DevToys
A Swiss Army knife for developers.
Stars: ✭ 4,986 (+9488.46%)
Mutual labels:  xaml, uwp
Uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
Stars: ✭ 6,029 (+11494.23%)
Mutual labels:  uwp, xaml
Calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
Stars: ✭ 23,274 (+44657.69%)
Mutual labels:  uwp, xaml
Nightingale Rest Api Client
A modern, resource-efficient REST API client for Windows. (Issues-only repo)
Stars: ✭ 290 (+457.69%)
Mutual labels:  uwp, xaml
Reactiveproperty
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target framework is .NET Standard 2.0.
Stars: ✭ 603 (+1059.62%)
Mutual labels:  uwp, xaml
Arcgis Runtime Samples Dotnet
Sample code for ArcGIS Runtime SDK for .NET – UWP, WPF, Xamarin.Android, Xamarin.iOS, and Xamarin.Forms
Stars: ✭ 274 (+426.92%)
Mutual labels:  uwp, xaml
Xamlflair
XamlFlair is an animation library for UWP, WPF, and Uno, built to facilitate Xaml animations using only attached properties.
Stars: ✭ 362 (+596.15%)
Mutual labels:  uwp, xaml
Xamlcss
Style Xaml applications with CSS
Stars: ✭ 271 (+421.15%)
Mutual labels:  uwp, xaml
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+8850%)
Mutual labels:  uwp, xaml
arcgis-runtime-demos-dotnet
Demo applications provided by the ArcGIS Runtime SDK for .NET Team
Stars: ✭ 51 (-1.92%)
Mutual labels:  xaml, uwp
UWP-Visual-Asset-Generator
A project to develop an easy to use visual asset tool for UWP projects
Stars: ✭ 38 (-26.92%)
Mutual labels:  xaml, uwp
Fluent Xaml Theme Editor
The Fluent Design XAML theme editor.
Stars: ✭ 437 (+740.38%)
Mutual labels:  uwp, xaml
Xamlstyler
Visual Studio extension to help format your XAML source code
Stars: ✭ 553 (+963.46%)
Mutual labels:  uwp, xaml

UWP Styles Library

Just a collection of some cool styles that you can just add on to your next UWP project!

The Collection

Usage

The XAML Resource dictionary containing the style will be given here. Add it to your project the usual way!

Just for reference: https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/resourcedictionary-and-xaml-resource-references#merged-resource-dictionaries

Conventions

Naming

<ControlName> <StyleName> Style <Index>

ControlName - Name of the control for which this style can be applied StyleName - A descriptive name of the style Index - An index is used to number similar named styles

StyleName and Index are optional. Generally, any one of them should be mentioned

Ex. ProgressRingStyle1:

ProgressRing - ControlName, 1 - Index

Organization

  • Styles for each Controls are to be kept in separate folders
  • If a control can only be used as part of another control, its folder must be placed inside its parent control's folder

Ex. ./Pivot/PivotHeader/

Pivot folder contains styles for Pivot Control. Because PivotHeader can only be used inside a Pivot, PivotHeader folder is kept inside Pivot folder.

License

You can do whatever you want :D

I will be very happy to know that I was of help to you. So, please tell let me know if you ever use this :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].