Loader-Wpf
1.1.1
dotnet add package Loader-Wpf --version 1.1.1
NuGet\Install-Package Loader-Wpf -Version 1.1.1
<PackageReference Include="Loader-Wpf" Version="1.1.1" />
<PackageVersion Include="Loader-Wpf" Version="1.1.1" />
<PackageReference Include="Loader-Wpf" />
paket add Loader-Wpf --version 1.1.1
#r "nuget: Loader-Wpf, 1.1.1"
#:package Loader-Wpf@1.1.1
#addin nuget:?package=Loader-Wpf&version=1.1.1
#tool nuget:?package=Loader-Wpf&version=1.1.1
Loader-Wpf
A customizable WPF loader (spinner) control for .NET 8 applications. This library provides a flexible and easy-to-integrate loading indicator for your WPF projects, with support for custom colors, borders, and more.
Features
- Customizable loader appearance (colors, border, corner radius, font)
- Easy integration into any WPF application
- No third-party dependencies
- Supports .NET 8
Installation
- Add the
Loader-Wpf
project or NuGet package to your solution. - Reference the project or package in your WPF application.
Usage
1. Add the LoaderView to Your XAML
Add the following namespace to your XAML file: xmlns:loader="clr-namespace:Loader_Wpf;assembly=Loader-Wpf"
<local:LoaderView Grid.Column="0" InnerColor="Green" LoaderText="Please Wait..." OuterColor="Red" />
2. API Overview
You can customize the loader using the following dependency properties:
Property | Type | Description |
---|---|---|
FontFamily | FontFamily | Font for the control. |
FontSize | double | Font size. |
ForegroundColor | Brush | Text color. |
PlaceholderColor | Brush | Mask placeholder color. |
BackgroundColor | Brush | Background color. |
OuterColor | Brush | Color to set for outer part. |
InnerColor | Brush | Color to set for inner part. |
BorderBrushColor | Brush | Border color. |
BorderThickness | Thickness | Border thickness. |
CornerRadius | CornerRadius | Border corner radius. |
3. Notes
- The loader is implemented as a WPF
Grid
-derived control for easy layout integration.
4. Attribution
Flaticon
Loading icons created by NajmunNahar - Flaticon
5. License
MIT License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows10.0.26100 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows10.0.26100
- 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.1.1 | 66 | 10/2/2025 |
Experience whole new animation loader with freedom to set outer and inner color of your choice.