Bifrost.XAML.Phone
1.0.1
dotnet add package Bifrost.XAML.Phone --version 1.0.1
NuGet\Install-Package Bifrost.XAML.Phone -Version 1.0.1
<PackageReference Include="Bifrost.XAML.Phone" Version="1.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Bifrost.XAML.Phone --version 1.0.1
#r "nuget: Bifrost.XAML.Phone, 1.0.1"
// Install Bifrost.XAML.Phone as a Cake Addin #addin nuget:?package=Bifrost.XAML.Phone&version=1.0.1 // Install Bifrost.XAML.Phone as a Cake Tool #tool nuget:?package=Bifrost.XAML.Phone&version=1.0.1
Controls:
ProgressIndicator - imagine a progress bar on steroids. In addition to maximum/minimum/value, you can provider a target value and target label to, for example, display today's target for a budget.
RingSlice - Based heavily on the RingSlice control from WinRTXamlToolkit. This version fixes a UI digest issue I ran into on device, adds support for drawing a full circle, and handles angles > 360°
PercentRingSlice - Based on the RingSlice control, but this works more like a progress bar. You provide the maximum/minimum/value and the control handles figuring out the necessary arc angles.
SplitView - Modeled after the WIndows 10 SplitView control, this can be used now and will provide very little effort to move over to the Windows 10 control once it is ready. It also includes a few bonus features that the Windows 10 control will not: users can swipe in from the side to open the panel (no need to reach for that hamburger icon), a header bar styled similar to the Windows 10 apps is included here, provide your own string Header or custom HeaderTemplate to customize the content displayed next to the menu icon.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- WinRTXamlToolkit.WindowsPhone (>= 1.8.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.