Comentsys.Community.Controls 1.0.0

dotnet add package Comentsys.Community.Controls --version 1.0.0
NuGet\Install-Package Comentsys.Community.Controls -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Comentsys.Community.Controls" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Comentsys.Community.Controls --version 1.0.0
#r "nuget: Comentsys.Community.Controls, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Comentsys.Community.Controls as a Cake Addin
#addin nuget:?package=Comentsys.Community.Controls&version=1.0.0

// Install Comentsys.Community.Controls as a Cake Tool
#tool nuget:?package=Comentsys.Community.Controls&version=1.0.0

Comentsys Community Controls

Comentsys Community Controls is a set of open-source Universal Windows Platform Controls available for developing Windows 10 applications with full documentation available and source code on GitHub

Dice

Dice control that can display values that resembles a single Dice or Die face

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Dice Height="100" Width="100" Background="Red" Foreground="White" CornerRadius="10" Value="3"/>

Clock

Clock control that resembles an analogue clock

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Clock Height="300" Width="300" RimBackground="WhiteSmoke" RimForeground="Black" SecondHandForeground="Blue"/>

Dial

Dial control that can be used to set a value between a minimum and maximum value

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Dial Height="200" Width="200" DialForeground="WhiteSmoke" DialBackground="Teal"/>

Segment

Segment control that can be used to display numbers like a seven-segment display plus colon character

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Segment Height="100" Foreground="Red" Source="Time"/>

Card

Card control can be used to display various Playing Cards for Card-based games like Blackjack, Poker and more

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Card Width="120" Value="8"/>

Direct

Direct control can be used as an on-screen Directional Pad for XAML-based games

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Direct Width="150" Foreground="Black"/>

Domino

Domino control can be used to display various Domino tile values

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Domino Width="150" Value="2"/>

Matrix

Matrix control that can be used to display numbers like a dot-matrix display plus colon, dash and forward-slash character

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Matrix Height="250" Foreground="Orange" Source="Time"/>

Stack

Stack control is a stack-based chart that can be used to display a set of values in the form of horizontal or vertical bars

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Stack Height="300" Width="300"/>

Donut

Donut control is a donut-based pie-like chart that can be used to display a set of values in the form of arc-like segments

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Donut Height="300" Width="300"/>

Direct

Direct control can be used as an on-screen Directional Pad for XAML-based games

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Stick Radius="100" Width="250" Foreground="Black" Fill="WhiteSmoke"/>

Split

Split control that can be used to display numbers like a flip clock or split-flip display including animation for the flipping when values are changed

<Page ...
     xmlns:comentsys="using:Comentsys.Community.Controls"/>

<comentsys:Split Height="250" Foreground="White" Source="Time"/>
Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible.  uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 859 10/27/2018
0.5.5 749 10/14/2018
0.5.0 731 10/14/2018
0.4.0 711 10/13/2018
0.3.1 720 10/13/2018
0.3.0 732 10/13/2018
0.2.0 752 9/24/2018
0.1.0 758 9/16/2018

Released Dice, Clock, Dial, Segment, Card, Direct, Domino, Matrix, Stack, Donut, Stick and Split Controls