IceSky.WpfLoading 1.0.6

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

WPFLoading

This is a WPF loading control, which includes several predefined loading animations, customizable loading control, and a general mask control.

Recommended Windows apps https://iceskydev.github.io/AppDoc/

✨ Features

  • Dot animations:
    • Blink
    • Bounce
    • Bouncing
    • Bricks
    • Carousel
    • Collision
    • Drop
    • Elastic
    • Expand
    • Falling
    • Figure8
    • Fire
    • Fireworks
    • Fish
    • Flashing
    • Floating
    • Gathering
    • Hexagon
    • HourGlass
    • Intersect
    • Pinball
    • Pulse
    • Revolution
    • Snake
    • Spin
    • Stretching
    • Swing
    • Triangle
    • Wave
    • WindMill
  • Shape animations:
    • Arc
    • Blocks
    • Star
    • Triangle
    • Radar
    • Rectangle
  • Customizable loading control (DependencyProperty):
    • Size
    • GradientColor
    • CornerRadius
    • Count
    • Scale
    • Opacity
    • Offset
    • Rotate
    • DelayTime
  • Text loading control (DependencyProperty):
    • Text
    • FontFamily, FontSize, TextColor
    • Opacity
    • Scale
    • Offset
    • Rotate
    • Skew
    • DelayTime
  • General mask control
    • Settings:
      • Blur background
      • Mask color
      • Mask opacity
    • Event:
      • Open
      • Close

📦 Installation

Prerequisites

  • .net4.8, .NET 6.0 or later
  • Visual Studio 2022 or later (recommended)

🚀 Quick Start

Basic Usage

<Window xmlns:anim="clr-namespace:IceSky.WpfLoading.Animations;assembly=IceSky.WpfLoading"
        xmlns:mask="clr-namespace:IceSky.WpfLoading;assembly=IceSky.WpfLoading">
    <Window.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/IceSky.WpfLoading;component/Generic.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Window.Resources>
  ...
  
  <anim:Bounce Color="#4F46E5"/>
  
  <anim:GradientLoadingControl/>
  
  <mask:MaskPanel>
    ... Mask Content ...
  </mask:MaskPanel>
  ...
</Window>

💡Add package from nuget

dotnet add package IceSky.WpfLoading

Document

Document Url

📝Sample Screenshot

Loading animate

Loading control

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • 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.0.6 68 2/27/2026
1.0.4 104 2/7/2026
1.0.3 95 2/5/2026