0x5BFA.TrayIconFlyout.Uwp 1.0.0-preview4

This is a prerelease version of 0x5BFA.TrayIconFlyout.Uwp.
dotnet add package 0x5BFA.TrayIconFlyout.Uwp --version 1.0.0-preview4
                    
NuGet\Install-Package 0x5BFA.TrayIconFlyout.Uwp -Version 1.0.0-preview4
                    
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="0x5BFA.TrayIconFlyout.Uwp" Version="1.0.0-preview4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="0x5BFA.TrayIconFlyout.Uwp" Version="1.0.0-preview4" />
                    
Directory.Packages.props
<PackageReference Include="0x5BFA.TrayIconFlyout.Uwp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add 0x5BFA.TrayIconFlyout.Uwp --version 1.0.0-preview4
                    
#r "nuget: 0x5BFA.TrayIconFlyout.Uwp, 1.0.0-preview4"
                    
#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.
#:package 0x5BFA.TrayIconFlyout.Uwp@1.0.0-preview4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=0x5BFA.TrayIconFlyout.Uwp&version=1.0.0-preview4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=0x5BFA.TrayIconFlyout.Uwp&version=1.0.0-preview4&prerelease
                    
Install as a Cake Tool

Usage

TrayIconFlyout

<me:TrayIconFlyout x:Class="..." ... Width="360">

    <me:TrayIconFlyoutIsland Height="300">
        
    </me:TrayIconFlyoutIsland>
    <me:TrayIconFlyoutIsland Height="300">
        
    </me:TrayIconFlyoutIsland>

</me:TrayIconFlyout>
if (_trayIconFlyout.IsOpen)
    _trayIconFlyout.Hide();
else
    _trayIconFlyout.Show();

TrayIconMeunFlyout

<me:TrayIconMenuFlyout x:Class="..." ...>

    <MenuFlyoutSubItem Text="Settings">
        <MenuFlyoutSubItem.Icon>
            <FontIcon Glyph="..." />
        </MenuFlyoutSubItem.Icon>
        <MenuFlyoutSubItem.Items>
            <MenuFlyoutItem Text="Theme" />
            <MenuFlyoutItem Text="Language" />
            <MenuFlyoutItem Text="Privacy" />
        </MenuFlyoutSubItem.Items>
    </MenuFlyoutSubItem>
    <MenuFlyoutSeparator />
    <MenuFlyoutItem Text="Exit">
        <MenuFlyoutItem.Icon>
            <FontIcon Glyph="..." />
        </MenuFlyoutItem.Icon>
    </MenuFlyoutItem>

</me:TrayIconMenuFlyout>
if (_trayIconMenuFlyout.IsOpen)
    _trayIconMenuFlyout.Hide();

_trayIconMenuFlyout.Show(e.Point);

Screenshots

Visit the repo's README: https://github.com/0x5bfa/TrayIconFlyout

License

Copyright (c) 0x5BFA. All rights reserved.

Product Compatible and additional computed target framework versions.
.NET net9.0-windows10.0.26100 is compatible.  net10.0-windows was computed.  net10.0-windows10.0.26100 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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-preview4 53 1/22/2026
1.0.0-preview3 128 12/13/2025