Atc.Wpf.FontIcons 2.0.636

dotnet add package Atc.Wpf.FontIcons --version 2.0.636
                    
NuGet\Install-Package Atc.Wpf.FontIcons -Version 2.0.636
                    
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="Atc.Wpf.FontIcons" Version="2.0.636" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Atc.Wpf.FontIcons" Version="2.0.636" />
                    
Directory.Packages.props
<PackageReference Include="Atc.Wpf.FontIcons" />
                    
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 Atc.Wpf.FontIcons --version 2.0.636
                    
#r "nuget: Atc.Wpf.FontIcons, 2.0.636"
                    
#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.
#addin nuget:?package=Atc.Wpf.FontIcons&version=2.0.636
                    
Install Atc.Wpf.FontIcons as a Cake Addin
#tool nuget:?package=Atc.Wpf.FontIcons&version=2.0.636
                    
Install Atc.Wpf.FontIcons as a Cake Tool

ATC.Net WPF

This is a base libraries for building WPF application with the MVVM design pattern.

Requirements

.NET 9 - Desktop Runtime

NuGet Packages Provided in this Repository

Nuget package Description Dependencies
NuGet Version Base Controls, ValueConverters, Extensions etc. <ul><li>Atc</li><li>Atc.XamlToolkit</li><li>Atc.XamlToolkit.Wpf</li></ul>
NuGet Version Miscellaneous UI Controls <ul><li>Atc.Wpf</li><li>Atc.Wpf.Theming</li><li>Atc.XamlToolkit</li><li>Atc.XamlToolkit.Wpf</li></ul>
NuGet Version Controls for creating WPF sample apps <ul><li>Atc.Wpf</li><li>Atc.Wpf.Theming</li><li>Atc.Wpf.Controls</li></ul>
NuGet Version Render Svg and Img resources based on fonts <ul><li>Atc.Wpf</li></ul>
NuGet Version Theming for Light & Dark mode for WPF base controls <ul><li>Atc.Wpf</li><li>Atc.XamlToolkit</li><li>Atc.XamlToolkit.Wpf</li></ul>

🔎 Demonstration Application

The demonstration application, Atc.Wpf.Sample, functions as a control explorer. It provides quick visualization of a given control, along with options for copying and pasting the XAML markup and/or the C# code for how to use it.

🎈 Playground and Viewer for a Given Control or Functionality

The following example is taken from the ReplayCommandAsync which illustrates its usage:

  • The Sample tab shows how to use the control or feature.
  • The XAML tab displays the corresponding XAML markup.
  • The CodeBehind tab reveals the underlying code-behind.
  • The ViewModel tab displays the associated ViewModel, if used.
  • The Readme tab displays the associated [control]_Readme.md, if exist.
Sample Img XAML Img
CodeBehind Img ViewModel Img

🔦 Initial glimpse at the demonstration application

Light-Mode Dark-Mode
Wpf - AutoGrid Img Wpf - AutoGrid Img
Wpf.Controls - Label MIX Img Wpf.Controls - Label MIX Img
Wpf.Theming - ImageButton Img Wpf.Theming - ImageButton Img
Wpf.FontIcons - Viewer Img Wpf.FontIcons - Viewer Img

🚀 How to get started with Atc's WPF

First of all, include Nuget packages in the .csproj file like this:

  <ItemGroup>
    <PackageReference Include="Atc.Wpf" Version="latest" />
    <PackageReference Include="Atc.Wpf.Controls" Version="latest" />
    <PackageReference Include="Atc.Wpf.FontIcons" Version="latest" />
    <PackageReference Include="Atc.Wpf.Theming" Version="latest" />
  </ItemGroup>

Then update App.xaml like this:

<Application
    x:Class="Atc.Wpf.Sample.App"
    xmlns:atc="https://github.com/atc-net/atc-wpf/tree/main/schemas"
    [other namespaces]>
    <Application.Resources>
        <ResourceDictionary>

            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/Atc.Wpf.Theming;component/Styles/Default.xaml" />
                <ResourceDictionary Source="pack://application:,,,/Atc.Wpf.Controls;component/Styles/Controls.xaml" />
            </ResourceDictionary.MergedDictionaries>

        </ResourceDictionary>
    </Application.Resources>
</Application>

Now it is possible to use controls with theming and default WPF controls like TextBox, Button etc. with theme style.

💝 WPF with MVVM Easily Separate UI and Business Logic

With the Atc.Wpf, package, it is very easy to get startet with the nice MVVM pattern

Please read more here:

📝 Readme's for each NuGet Package area

Note: Right now, it is a limit amount of controls and components there is documented with a Readme.md file. Therefore run the Atc.Wpf.Sample application to explore all the controls and components. 😊

💟 Atc.Wpf

Controls

Misc

💟 Atc.Wpf.Controls

Controls

Misc

💟 Atc.Wpf.FontIcons

Misc

💟 Atc.Wpf.Theming

How to contribute

Contribution Guidelines

Coding Guidelines

Product Compatible and additional computed target framework versions.
.NET net9.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0-windows7.0

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
2.0.636 68 4/22/2025
2.0.631 153 4/10/2025
2.0.627 116 4/5/2025
2.0.626 80 4/5/2025
2.0.624 157 4/3/2025
2.0.621 150 4/2/2025
2.0.618 137 4/1/2025
2.0.605 125 3/26/2025
2.0.599 148 3/17/2025
2.0.597 139 3/17/2025
2.0.596 137 3/16/2025
2.0.595 130 3/16/2025
2.0.594 128 3/16/2025
2.0.593 121 3/16/2025
2.0.592 128 3/16/2025
2.0.582 169 2/19/2025
2.0.581 105 2/19/2025
2.0.580 99 2/19/2025
2.0.579 117 2/19/2025
2.0.578 110 2/18/2025
2.0.574 93 2/16/2025
2.0.569 98 2/16/2025
2.0.568 108 2/16/2025
2.0.565 94 2/15/2025
2.0.563 104 2/15/2025
2.0.562 115 2/12/2025
2.0.561 105 2/10/2025
2.0.547 112 2/9/2025
2.0.545 123 2/8/2025
2.0.534 97 2/8/2025
2.0.530 98 1/19/2025
2.0.524 153 6/13/2024
2.0.519 124 6/12/2024
2.0.517 113 6/11/2024
2.0.511 120 6/7/2024
2.0.505 168 4/26/2024
2.0.499 145 4/7/2024
2.0.495 140 3/26/2024
2.0.493 135 3/22/2024
2.0.491 124 3/21/2024
2.0.484 137 3/21/2024
2.0.480 149 3/18/2024
2.0.468 164 3/10/2024
2.0.449 144 3/4/2024
2.0.424 144 2/25/2024
2.0.419 132 2/22/2024
2.0.413 126 2/22/2024
2.0.408 143 2/22/2024
2.0.406 141 2/21/2024
2.0.403 139 2/18/2024
2.0.398 152 2/10/2024
2.0.396 131 2/10/2024
2.0.394 141 2/9/2024
2.0.392 122 2/9/2024
2.0.387 137 2/7/2024
2.0.385 131 1/27/2024
2.0.382 125 1/23/2024
2.0.379 183 1/3/2024
2.0.377 151 1/3/2024
2.0.361 181 12/17/2023
2.0.358 136 12/16/2023
2.0.344 154 12/13/2023
2.0.342 173 12/9/2023
2.0.337 152 12/3/2023
2.0.333 166 12/3/2023
2.0.331 162 11/30/2023
2.0.312 154 11/24/2023
2.0.308 152 11/24/2023
2.0.297 159 11/11/2023
2.0.290 158 11/8/2023
2.0.285 166 11/1/2023
2.0.280 174 10/25/2023
2.0.265 193 9/10/2023
2.0.260 207 8/9/2023
2.0.242 212 7/22/2023
2.0.195 181 7/4/2023
2.0.178 300 11/18/2022