Bifrost.XAML
1.0.1
See the version list below for details.
dotnet add package Bifrost.XAML --version 1.0.1
NuGet\Install-Package Bifrost.XAML -Version 1.0.1
<PackageReference Include="Bifrost.XAML" Version="1.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Bifrost.XAML --version 1.0.1
#r "nuget: Bifrost.XAML, 1.0.1"
// Install Bifrost.XAML as a Cake Addin #addin nuget:?package=Bifrost.XAML&version=1.0.1 // Install Bifrost.XAML as a Cake Tool #tool nuget:?package=Bifrost.XAML&version=1.0.1
Extension methods:
DependencyObject.GetAncestors<T>() - finds all children of a specific type
Converters:
CountToVisibilityConverter - converts the count of an enumerable property to Visibility
DateTimeToDateTimeOffsetConverter - converts a DateTime object to a DateTimeOffset object which can be bound to a DatePicker
DateTimeToStringConverter - converts a DateTime object to string with the optional format string
DateTimeToTimeSpanConverter - converts a DateTime object to a TimeSpan object that can be bound to TimePicker
StringToVisibilityConverter - converts a string to a Visibility value based on the result of string.IsNullOrEmpty()
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.